src/ai/api/ai_map.cpp
branchnoai
changeset 9723 eee46cb39750
parent 9655 e8e43f333832
child 9737 ee408edf3851
--- a/src/ai/api/ai_map.cpp	Fri Nov 23 16:59:30 2007 +0000
+++ b/src/ai/api/ai_map.cpp	Wed Jan 09 18:11:12 2008 +0000
@@ -3,7 +3,8 @@
 /** @file ai_map.cpp handles the query-related of the AIMap class */
 
 #include "ai_map.hpp"
-#include "../../command.h"
+#include "../../command_type.h"
+#include "../../map_func.h"
 
 /* static */ bool AIMap::IsValidTile(TileIndex t)
 {