1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files

This commit is contained in:
rubidium
2012-01-03 21:32:51 +00:00
parent d880056415
commit 6d6be50ae0
153 changed files with 3 additions and 305 deletions

View File

@@ -37,7 +37,6 @@
#include "../core/pool_func.hpp"
#include "../gfx_func.h"
#include "../error.h"
#include "table/strings.h"
#ifdef DEBUG_DUMP_COMMANDS
#include "../fileio_func.h"

View File

@@ -14,12 +14,10 @@
#ifdef ENABLE_NETWORK
#include "../stdafx.h"
#include "../gfx_func.h"
#include "../strings_func.h"
#include "../blitter/factory.hpp"
#include "../console_func.h"
#include "../video/video_driver.hpp"
#include "../table/sprites.h"
#include "../querystring_gui.h"
#include "../town.h"
#include "../window_func.h"

View File

@@ -12,7 +12,6 @@
#ifdef ENABLE_NETWORK
#include "../stdafx.h"
#include "../debug.h"
#include "network_gui.h"
#include "../saveload/saveload.h"
#include "../saveload/saveload_filter.h"

View File

@@ -23,7 +23,6 @@
#include "../core/geometry_func.hpp"
#include "network_content_gui.h"
#include "../widgets/network_content_widget.h"
#include "table/strings.h"
#include "../table/sprites.h"

View File

@@ -21,7 +21,6 @@
#include "network_internal.h"
#include "network_udp.h"
#include "network_gamelist.h"
#include "../newgrf_text.h"
NetworkGameList *_network_game_list = NULL;

View File

@@ -29,7 +29,6 @@
#include "../sortlist_type.h"
#include "../company_func.h"
#include "../core/geometry_func.hpp"
#include "../newgrf_text.h"
#include "../genworld.h"
#include "../widgets/network_widget.h"

View File

@@ -27,7 +27,6 @@
#include "../genworld.h"
#include "../company_func.h"
#include "../company_gui.h"
#include "../window_func.h"
#include "../roadveh.h"
#include "../order_backup.h"
#include "../core/pool_func.hpp"