Mercurial > hg > openttd
comparison src/ai/api/ai_object.cpp @ 17152:c62cecf4dade draft
(svn r21890) -Cleanup: remove some unneeded includes
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sat, 22 Jan 2011 14:52:20 +0000 (2011-01-22) |
parents | d1aa55b7ebcf |
children | bbb42cf4c36c |
comparison
equal
deleted
inserted
replaced
17151:f89e4ac875e8 | 17152:c62cecf4dade |
---|---|
9 | 9 |
10 /** @file ai_object.cpp Implementation of AIObject. */ | 10 /** @file ai_object.cpp Implementation of AIObject. */ |
11 | 11 |
12 #include "../../stdafx.h" | 12 #include "../../stdafx.h" |
13 #include "../../script/squirrel.hpp" | 13 #include "../../script/squirrel.hpp" |
14 #include "../../command_func.h" | |
14 #include "../../company_base.h" | 15 #include "../../company_base.h" |
16 #include "../../company_func.h" | |
17 #include "../../network/network.h" | |
18 #include "../../tunnelbridge.h" | |
15 | 19 |
16 #include "../ai_storage.hpp" | 20 #include "../ai_storage.hpp" |
17 #include "../ai_instance.hpp" | 21 #include "../ai_instance.hpp" |
18 #include "ai_error.hpp" | 22 #include "ai_error.hpp" |
19 | 23 |