(svn r21888) -Codechange: remove some unneeded (for the AI header) headers from some AI headers, reducing the include tree

This commit is contained in:
rubidium
2011-01-22 10:33:16 +00:00
parent 6ff844e7c4
commit 9e8db65223
64 changed files with 53 additions and 18 deletions

View File

@@ -13,6 +13,7 @@
#include "../openttd.h"
#include "../settings_type.h"
#include "../core/random_func.hpp"
#include "../core/math_func.hpp"
#include "ai.hpp"
#include "ai_config.hpp"