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/economy.cpp | |
parent | 849772f0fd50fdbbc6eb46625a19f1c0602d4517 (diff) | |
download | openttd-7eba2bf4d3eeeda0aabf98a15d1ca0f0e7e4c495.tar.xz |
(svn r21890) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/economy.cpp')
-rw-r--r-- | src/economy.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/economy.cpp b/src/economy.cpp index 971088591..50d1fa32d 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -20,10 +20,11 @@ #include "vehicle_gui.h" #include "ai/ai.hpp" #include "aircraft.h" -#include "train.h" +#include "newgrf_engine.h" +#include "engine_base.h" +#include "ground_vehicle.hpp" #include "newgrf_cargo.h" #include "newgrf_sound.h" -#include "newgrf_industries.h" #include "newgrf_industrytiles.h" #include "newgrf_station.h" #include "newgrf_airporttiles.h" |