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
commit0d3f5e6e74cae69d927a65a3d59c6391b713b987 (patch)
tree40327e8a6984433becd287c550cfef11be709043 /src/smallmap_gui.cpp
parent416c7d5ddaace157925d1d4220479be89a1cb13a (diff)
downloadopenttd-0d3f5e6e74cae69d927a65a3d59c6391b713b987.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"