From bf98e25e43c3f6efe207c3dde1732d44c34ac285 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 25 Dec 2007 09:48:53 +0000 Subject: (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. --- src/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index 4a9a4e600..605679f48 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -14,10 +14,10 @@ #include "variables.h" #include "table/sprites.h" #include "genworld.h" -#include "helpers.hpp" #include "blitter/factory.hpp" #include "window_gui.h" #include "zoom_func.h" +#include "core/alloc_func.hpp" /* delta between mouse cursor and upper left corner of dragged window */ static Point _drag_delta; -- cgit v1.2.3-54-g00ecf