From 90acd52f22116bed4b126df0218975d2b54aa6aa 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/vehicle.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/vehicle.cpp') diff --git a/src/vehicle.cpp b/src/vehicle.cpp index 88c771f9f..3c455a481 100644 --- a/src/vehicle.cpp +++ b/src/vehicle.cpp @@ -8,8 +8,6 @@ #include "roadveh.h" #include "ship.h" #include "spritecache.h" -#include "table/sprites.h" -#include "table/strings.h" #include "tile_cmd.h" #include "landscape.h" #include "timetable.h" @@ -50,6 +48,9 @@ #include "autoreplace_gui.h" #include "string_func.h" +#include "table/sprites.h" +#include "table/strings.h" + #define INVALID_COORD (0x7fffffff) #define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6)) -- cgit v1.2.3-54-g00ecf