From d4e6a6bf57216b39745b61971141e088e15e2d0d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 01:21:35 +0000 Subject: (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. --- src/window.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index 5253244f3..dba76b16a 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -11,7 +11,6 @@ #include "console.h" #include "viewport_func.h" #include "variables.h" -#include "table/sprites.h" #include "genworld.h" #include "blitter/factory.hpp" #include "window_gui.h" @@ -20,6 +19,8 @@ #include "map_func.h" #include "vehicle_base.h" +#include "table/sprites.h" + /* delta between mouse cursor and upper left corner of dragged window */ static Point _drag_delta; -- cgit v1.2.3-70-g09d2