summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_industrytype.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-22 10:33:16 +0000
committerrubidium <rubidium@openttd.org>2011-01-22 10:33:16 +0000
commit9e8db65223bf91ad26d2f54ef115d773bbb4f63a (patch)
tree5409561eb7c9f2d564f420c07752bd9896aa4744 /src/ai/api/ai_industrytype.cpp
parent6ff844e7c410fec8bc3fb20865c21f073f81e75c (diff)
downloadopenttd-9e8db65223bf91ad26d2f54ef115d773bbb4f63a.tar.xz
(svn r21888) -Codechange: remove some unneeded (for the AI header) headers from some AI headers, reducing the include tree
Diffstat (limited to 'src/ai/api/ai_industrytype.cpp')
-rw-r--r--src/ai/api/ai_industrytype.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/api/ai_industrytype.cpp b/src/ai/api/ai_industrytype.cpp
index 43bd43322..121a7756f 100644
--- a/src/ai/api/ai_industrytype.cpp
+++ b/src/ai/api/ai_industrytype.cpp
@@ -9,8 +9,10 @@
/** @file ai_industrytype.cpp Implementation of AIIndustryType. */
+#include "../../stdafx.h"
#include "ai_industrytype.hpp"
#include "ai_map.hpp"
+#include "ai_error.hpp"
#include "../../strings_func.h"
#include "../../industry.h"
#include "../../newgrf_industries.h"