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:
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user