diff options
author | rubidium <rubidium@openttd.org> | 2011-01-22 14:52:20 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-01-22 14:52:20 +0000 |
commit | 7eba2bf4d3eeeda0aabf98a15d1ca0f0e7e4c495 (patch) | |
tree | 1759e0827ec011e0d47840127b082b2ae45ede50 /src/ai/api/ai_vehicle.hpp | |
parent | 849772f0fd50fdbbc6eb46625a19f1c0602d4517 (diff) | |
download | openttd-7eba2bf4d3eeeda0aabf98a15d1ca0f0e7e4c495.tar.xz |
(svn r21890) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/ai/api/ai_vehicle.hpp')
-rw-r--r-- | src/ai/api/ai_vehicle.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ai/api/ai_vehicle.hpp b/src/ai/api/ai_vehicle.hpp index 083e9da1c..9477e879e 100644 --- a/src/ai/api/ai_vehicle.hpp +++ b/src/ai/api/ai_vehicle.hpp @@ -12,10 +12,7 @@ #ifndef AI_VEHICLE_HPP #define AI_VEHICLE_HPP -#include "ai_object.hpp" -#include "ai_error.hpp" #include "ai_road.hpp" -#include "ai_order.hpp" /** * Class that handles all vehicle related functions. |