summaryrefslogtreecommitdiff
path: root/src/dock_gui.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-31 20:16:06 +0000
committersmatz <smatz@openttd.org>2009-01-31 20:16:06 +0000
commit9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c (patch)
tree40327e8a6984433becd287c550cfef11be709043 /src/dock_gui.cpp
parent484afacd6375dcc2851e7d174c6fa289a28879f9 (diff)
downloadopenttd-9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c.tar.xz
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/dock_gui.cpp')
-rw-r--r--src/dock_gui.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dock_gui.cpp b/src/dock_gui.cpp
index 7cc13acdb..433d4c34a 100644
--- a/src/dock_gui.cpp
+++ b/src/dock_gui.cpp
@@ -6,12 +6,10 @@
#include "openttd.h"
#include "tile_map.h"
#include "station_type.h"
-#include "gui.h"
#include "terraform_gui.h"
#include "window_gui.h"
#include "station_gui.h"
#include "command_func.h"
-#include "settings_type.h"
#include "water.h"
#include "window_func.h"
#include "vehicle_func.h"
@@ -22,6 +20,7 @@
#include "slope_func.h"
#include "tilehighlight_func.h"
#include "company_base.h"
+#include "settings_type.h"
#include "table/sprites.h"
#include "table/strings.h"