src/elrail.cpp
changeset 8264 b1e85998c7d3
parent 8254 1496654ca5e7
child 8270 e7c342f6b14c
--- a/src/elrail.cpp	Sun Jan 13 00:28:01 2008 +0000
+++ b/src/elrail.cpp	Sun Jan 13 01:21:35 2008 +0000
@@ -58,8 +58,6 @@
 #include "bridge_map.h"
 #include "bridge.h"
 #include "rail_map.h"
-#include "table/sprites.h"
-#include "table/elrail_data.h"
 #include "train.h"
 #include "rail_gui.h"
 #include "transparency.h"
@@ -67,6 +65,8 @@
 #include "vehicle_func.h"
 #include "player_base.h"
 
+#include "table/sprites.h"
+#include "table/elrail_data.h"
 
 static inline TLG GetTLG(TileIndex t)
 {