From 9e8db65223bf91ad26d2f54ef115d773bbb4f63a Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 22 Jan 2011 10:33:16 +0000 Subject: (svn r21888) -Codechange: remove some unneeded (for the AI header) headers from some AI headers, reducing the include tree --- src/ai/api/ai_object.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ai/api/ai_object.hpp') diff --git a/src/ai/api/ai_object.hpp b/src/ai/api/ai_object.hpp index 77e9fe885..06d0f9edb 100644 --- a/src/ai/api/ai_object.hpp +++ b/src/ai/api/ai_object.hpp @@ -12,7 +12,6 @@ #ifndef AI_OBJECT_HPP #define AI_OBJECT_HPP -#include "../../stdafx.h" #include "../../misc/countedptr.hpp" #include "../../road_type.h" #include "../../rail_type.h" -- cgit v1.2.3-54-g00ecf