diff options
author | smatz <smatz@openttd.org> | 2009-01-31 20:16:06 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-01-31 20:16:06 +0000 |
commit | 9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c (patch) | |
tree | 40327e8a6984433becd287c550cfef11be709043 /src/industry_gui.cpp | |
parent | 484afacd6375dcc2851e7d174c6fa289a28879f9 (diff) | |
download | openttd-9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c.tar.xz |
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r-- | src/industry_gui.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index 721f7e5e5..d63002674 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -14,16 +14,13 @@ #include "industry.h" #include "town.h" #include "variables.h" -#include "cheat_func.h" -#include "cargotype.h" +#include "cheat_type.h" #include "newgrf.h" -#include "newgrf_callbacks.h" #include "newgrf_industries.h" #include "newgrf_text.h" #include "strings_func.h" #include "map_func.h" #include "company_func.h" -#include "settings_type.h" #include "tilehighlight_func.h" #include "string_func.h" #include "sortlist_type.h" |