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_list.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ai/api/ai_list.cpp') diff --git a/src/ai/api/ai_list.cpp b/src/ai/api/ai_list.cpp index 2b5ec0f3a..e41b7e69c 100644 --- a/src/ai/api/ai_list.cpp +++ b/src/ai/api/ai_list.cpp @@ -9,6 +9,7 @@ /** @file ai_list.cpp Implementation of AIList. */ +#include "../../stdafx.h" #include "ai_list.hpp" #include "../../debug.h" #include "../../script/squirrel.hpp" -- cgit v1.2.3-54-g00ecf