src/ship_gui.cpp
branchnoai
changeset 9724 b39bc69bb2f2
parent 9723 eee46cb39750
child 9837 c9ec4f82e0d0
--- a/src/ship_gui.cpp	Wed Jan 09 18:11:12 2008 +0000
+++ b/src/ship_gui.cpp	Sun Feb 03 20:17:54 2008 +0000
@@ -6,8 +6,6 @@
 #include "openttd.h"
 #include "debug.h"
 #include "ship.h"
-#include "table/strings.h"
-#include "table/sprites.h"
 #include "gui.h"
 #include "window_gui.h"
 #include "viewport_func.h"
@@ -18,6 +16,9 @@
 #include "strings_func.h"
 #include "vehicle_func.h"
 
+#include "table/strings.h"
+#include "table/sprites.h"
+
 void DrawShipImage(const Vehicle *v, int x, int y, VehicleID selection)
 {
 	DrawSprite(v->GetImage(DIR_W), GetVehiclePalette(v), x + 32, y + 10);