From 6d6be50ae0b0a0b233f918c3d7b9c0b623676439 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Jan 2012 21:32:51 +0000 Subject: (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files --- src/genworld.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/genworld.cpp') diff --git a/src/genworld.cpp b/src/genworld.cpp index ca4f1ef6f..8594cd4e6 100644 --- a/src/genworld.cpp +++ b/src/genworld.cpp @@ -18,10 +18,8 @@ #include "network/network.h" #include "heightmap.h" #include "viewport_func.h" -#include "gfx_func.h" #include "date_func.h" #include "engine_func.h" -#include "newgrf_storage.h" #include "water.h" #include "video/video_driver.hpp" #include "tilehighlight_func.h" @@ -36,7 +34,6 @@ #include "game/game.hpp" #include "game/game_instance.hpp" -#include "table/sprites.h" void GenerateClearTile(); void GenerateIndustries(); -- cgit v1.2.3-54-g00ecf