src/vehicle.cpp
changeset 8760 ce0891c412ce
parent 8754 5dae65402806
child 8766 c86cfa3a7580
--- a/src/vehicle.cpp	Sun Jan 13 00:28:01 2008 +0000
+++ b/src/vehicle.cpp	Sun Jan 13 01:21:35 2008 +0000
@@ -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))