Author: crab
Date: Sat May  2 18:33:52 2009
New Revision: 35416

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35416&view=rev
Log:
removed inneccessary include

Modified:
    trunk/src/ai/ai_manager.hpp

Modified: trunk/src/ai/ai_manager.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/ai/ai_manager.hpp?rev=35416&r1=35415&r2=35416&view=diff
==============================================================================
--- trunk/src/ai/ai_manager.hpp (original)
+++ trunk/src/ai/ai_manager.hpp Sat May  2 18:33:52 2009
@@ -25,13 +25,13 @@
 
 #include "../global.hpp"
 
-#include "ai_interface.hpp"
 #include "game_info.hpp"
 #include <map>
 #include <stack>
 #include <vector>
 #include <deque>
 
+class ai_interface;
 
 /**
  * Base class that holds the AI and current AI parameters.


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to