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/misc.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/misc.cpp') diff --git a/src/misc.cpp b/src/misc.cpp index daa437b6f..ce527cb4b 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -4,35 +4,27 @@ #include "stdafx.h" #include "openttd.h" -#include "currency.h" #include "landscape.h" #include "news_func.h" -#include "vehicle_gui.h" #include "variables.h" -#include "cheat_func.h" #include "ai/ai.hpp" #include "newgrf_house.h" #include "cargotype.h" #include "group.h" -#include "viewport_func.h" #include "economy_func.h" -#include "zoom_func.h" #include "functions.h" #include "map_func.h" #include "date_func.h" #include "vehicle_func.h" #include "texteff.hpp" #include "gfx_func.h" -#include "core/alloc_type.hpp" #include "gamelog.h" #include "animated_tile_func.h" #include "settings_type.h" #include "tilehighlight_func.h" -#include "core/bitmath_func.hpp" #include "network/network_func.h" #include "window_func.h" -#include "table/strings.h" #include "table/sprites.h" extern TileIndex _cur_tileloop_tile; -- cgit v1.2.3-54-g00ecf