diff options
author | rubidium <rubidium@openttd.org> | 2011-01-22 10:33:16 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-01-22 10:33:16 +0000 |
commit | 9e8db65223bf91ad26d2f54ef115d773bbb4f63a (patch) | |
tree | 5409561eb7c9f2d564f420c07752bd9896aa4744 /src/ai/api/ai_road.hpp | |
parent | 6ff844e7c410fec8bc3fb20865c21f073f81e75c (diff) | |
download | openttd-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_road.hpp')
-rw-r--r-- | src/ai/api/ai_road.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ai/api/ai_road.hpp b/src/ai/api/ai_road.hpp index 0dda93e33..90129f7c4 100644 --- a/src/ai/api/ai_road.hpp +++ b/src/ai/api/ai_road.hpp @@ -12,8 +12,6 @@ #ifndef AI_ROAD_HPP #define AI_ROAD_HPP -#include "ai_object.hpp" -#include "ai_error.hpp" #include "ai_tile.hpp" /** |