(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 14e878f476
commit fa9cb1164e
64 changed files with 53 additions and 18 deletions

View File

@@ -9,6 +9,7 @@
/** @file ai_log.cpp Implementation of AILog. */
#include "../../stdafx.h"
#include "ai_log.hpp"
#include "../../core/alloc_func.hpp"
#include "../../company_func.h"