diff options
author | rubidium <rubidium@openttd.org> | 2012-01-03 21:32:51 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-03 21:32:51 +0000 |
commit | 6d6be50ae0b0a0b233f918c3d7b9c0b623676439 (patch) | |
tree | 363706bbe1ba6b6371262054186fc05b6ec938a7 /src/toolbar_gui.cpp | |
parent | d880056415cf6254e86a3038a8ed2d02f8af2267 (diff) | |
download | openttd-6d6be50ae0b0a0b233f918c3d7b9c0b623676439.tar.xz |
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
Diffstat (limited to 'src/toolbar_gui.cpp')
-rw-r--r-- | src/toolbar_gui.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp index 428a953f1..60302e695 100644 --- a/src/toolbar_gui.cpp +++ b/src/toolbar_gui.cpp @@ -22,7 +22,6 @@ #include "vehicle_func.h" #include "sound_func.h" #include "terraform_gui.h" -#include "transparency.h" #include "strings_func.h" #include "company_func.h" #include "company_gui.h" @@ -42,7 +41,6 @@ #include "newgrf_debug.h" #include "hotkeys.h" #include "engine_base.h" -#include "settings_type.h" #include "widgets/toolbar_widget.h" @@ -50,8 +48,6 @@ #include "network/network_gui.h" #include "network/network_func.h" -#include "table/strings.h" -#include "table/sprites.h" RailType _last_built_railtype; RoadType _last_built_roadtype; |