summaryrefslogtreecommitdiff
path: root/src/smallmap_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/smallmap_gui.cpp
parent484afacd6375dcc2851e7d174c6fa289a28879f9 (diff)
downloadopenttd-9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c.tar.xz
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/smallmap_gui.cpp')
-rw-r--r--src/smallmap_gui.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp
index 6e76a43ee..0248083fe 100644
--- a/src/smallmap_gui.cpp
+++ b/src/smallmap_gui.cpp
@@ -3,22 +3,15 @@
/** @file smallmap_gui.cpp GUI that shows a small map of the world with metadata like owner or height. */
#include "stdafx.h"
-#include "openttd.h"
-#include "bridge_map.h"
#include "clear_map.h"
#include "industry_map.h"
-#include "industry.h"
#include "station_map.h"
#include "landscape.h"
-#include "gui.h"
#include "window_gui.h"
#include "tree_map.h"
-#include "tunnel_map.h"
#include "viewport_func.h"
#include "gfx_func.h"
-#include "company_base.h"
#include "town.h"
-#include "variables.h"
#include "blitter/factory.hpp"
#include "tunnelbridge_map.h"
#include "strings_func.h"
@@ -26,7 +19,6 @@
#include "core/endian_func.hpp"
#include "vehicle_base.h"
#include "sound_func.h"
-#include "settings_type.h"
#include "window_func.h"
#include "table/strings.h"