src/ai/default/default.cpp
changeset 8760 ce0891c412ce
parent 8750 fdd6054e7bae
child 8766 c86cfa3a7580
--- a/src/ai/default/default.cpp	Sun Jan 13 00:28:01 2008 +0000
+++ b/src/ai/default/default.cpp	Sun Jan 13 01:21:35 2008 +0000
@@ -31,6 +31,8 @@
 #include "../../player_base.h"
 #include "default.h"
 
+#include "../../table/ai_rail.h"
+
 // remove some day perhaps?
 static uint _ai_service_interval;
 PlayerAI _players_ai[MAX_PLAYERS];
@@ -65,8 +67,6 @@
 };
 
 
-#include "../../table/ai_rail.h"
-
 static TrackBits GetRailTrackStatus(TileIndex tile)
 {
 	uint32 r = GetTileTrackStatus(tile, TRANSPORT_RAIL, 0);