src/ai/ai.cpp
branchnoai
changeset 9724 b39bc69bb2f2
parent 9723 eee46cb39750
child 9770 ad3c5f807d7c
--- a/src/ai/ai.cpp	Wed Jan 09 18:11:12 2008 +0000
+++ b/src/ai/ai.cpp	Sun Feb 03 20:17:54 2008 +0000
@@ -4,11 +4,13 @@
 
 #include "../stdafx.h"
 #include "../openttd.h"
-#include "../player.h"
 #include "../variables.h"
 #include "../command_func.h"
 #include "../network/network.h"
 #include "../core/alloc_func.hpp"
+#include "../settings_type.h"
+#include "../player_base.h"
+#include "../player_func.h"
 #include "../debug.h"
 
 #ifndef NO_THREADS
@@ -17,6 +19,7 @@
 #include "ai_factory.hpp"
 #include "api/ai_base.hpp"
 #include "api/ai_controller.hpp"
+#include "../signal_func.h"
 
 static AIController *_ai_player[MAX_PLAYERS];
 static uint _ai_frame_counter;