src/ai/ai.cpp
branchnoai
changeset 9429 25b7d020a3a9
parent 9427 ef0c109c5661
child 9433 d439c1c469f4
--- a/src/ai/ai.cpp	Thu Mar 15 22:28:56 2007 +0000
+++ b/src/ai/ai.cpp	Thu Mar 15 22:33:39 2007 +0000
@@ -2,17 +2,17 @@
 
 /** @file ai.cpp handles the communication between the AI layer and the OpenTTD core */
 
-#include "../../stdafx.h"
-#include "../../openttd.h"
-#include "../../variables.h"
-#include "../../command.h"
-#include "../../network/network.h"
-#include "../../helpers.hpp"
-#include "../../debug.h"
+#include "../stdafx.h"
+#include "../openttd.h"
+#include "../variables.h"
+#include "../command.h"
+#include "../network/network.h"
+#include "../helpers.hpp"
+#include "../debug.h"
 #include "ai.h"
-#include "ai_base.hpp"
-#include "ai_controller.hpp"
-#include "ai_factory.hpp"
+#include "api/ai_base.hpp"
+#include "api/ai_controller.hpp"
+#include "api/ai_factory.hpp"
 
 static AIController *_ai_player[MAX_PLAYERS];
 static uint _ai_frame_counter;