Mercurial > hg > openttd
comparison src/ai/api/ai_order.cpp @ 10960:a4e5b5d2837c draft
(svn r15299) -Cleanup: remove many redundant includes
author | smatz <smatz@openttd.org> |
---|---|
date | Sat, 31 Jan 2009 20:16:06 +0000 |
parents | 0556b96dd731 |
children | 5575028fb7e3 |
comparison
equal
deleted
inserted
replaced
10959:47278a4d9ee7 | 10960:a4e5b5d2837c |
---|---|
1 /* $Id$ */ | 1 /* $Id$ */ |
2 | 2 |
3 /** @file ai_order.cpp Implementation of AIOrder. */ | 3 /** @file ai_order.cpp Implementation of AIOrder. */ |
4 | 4 |
5 #include "ai_order.hpp" | 5 #include "ai_order.hpp" |
6 #include "ai_map.hpp" | |
7 #include "ai_vehicle.hpp" | 6 #include "ai_vehicle.hpp" |
8 #include "../ai_instance.hpp" | 7 #include "../ai_instance.hpp" |
9 #include "../../openttd.h" | |
10 #include "../../debug.h" | 8 #include "../../debug.h" |
11 #include "../../vehicle_base.h" | 9 #include "../../vehicle_base.h" |
12 #include "../../depot_base.h" | 10 #include "../../depot_base.h" |
13 #include "../../landscape.h" | |
14 #include "../../rail_map.h" | |
15 #include "../../road_map.h" | |
16 #include "../../station_map.h" | 11 #include "../../station_map.h" |
17 #include "../../water_map.h" | |
18 #include "../../waypoint.h" | 12 #include "../../waypoint.h" |
19 | 13 |
20 /** | 14 /** |
21 * Gets the order type given a tile | 15 * Gets the order type given a tile |
22 * @param t the tile to get the order from | 16 * @param t the tile to get the order from |