summaryrefslogtreecommitdiff
path: root/src/unmovable_cmd.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/unmovable_cmd.cpp
parent484afacd6375dcc2851e7d174c6fa289a28879f9 (diff)
downloadopenttd-9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c.tar.xz
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/unmovable_cmd.cpp')
-rw-r--r--src/unmovable_cmd.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/unmovable_cmd.cpp b/src/unmovable_cmd.cpp
index adcc57bac..ce7e09d26 100644
--- a/src/unmovable_cmd.cpp
+++ b/src/unmovable_cmd.cpp
@@ -4,29 +4,23 @@
#include "stdafx.h"
#include "openttd.h"
-#include "tile_cmd.h"
#include "landscape.h"
#include "command_func.h"
#include "viewport_func.h"
-#include "company_func.h"
#include "company_base.h"
-#include "gui.h"
#include "town.h"
#include "sprite.h"
#include "bridge_map.h"
#include "unmovable_map.h"
-#include "variables.h"
#include "genworld.h"
-#include "bridge.h"
#include "autoslope.h"
#include "transparency.h"
#include "functions.h"
#include "window_func.h"
#include "vehicle_func.h"
#include "company_gui.h"
-#include "station_type.h"
#include "economy_func.h"
-#include "cheat_func.h"
+#include "cheat_type.h"
#include "landscape_type.h"
#include "table/strings.h"