From 0d3f5e6e74cae69d927a65a3d59c6391b713b987 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 31 Jan 2009 20:16:06 +0000 Subject: (svn r15299) -Cleanup: remove many redundant includes --- src/smallmap_gui.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/smallmap_gui.cpp') 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" -- cgit v1.2.3-54-g00ecf