summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-01-03 21:32:51 +0000
committerrubidium <rubidium@openttd.org>2012-01-03 21:32:51 +0000
commit6d6be50ae0b0a0b233f918c3d7b9c0b623676439 (patch)
tree363706bbe1ba6b6371262054186fc05b6ec938a7 /src/network
parentd880056415cf6254e86a3038a8ed2d02f8af2267 (diff)
downloadopenttd-6d6be50ae0b0a0b233f918c3d7b9c0b623676439.tar.xz
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
Diffstat (limited to 'src/network')
-rw-r--r--src/network/network.cpp1
-rw-r--r--src/network/network_chat_gui.cpp2
-rw-r--r--src/network/network_client.cpp1
-rw-r--r--src/network/network_content_gui.cpp1
-rw-r--r--src/network/network_gamelist.cpp1
-rw-r--r--src/network/network_gui.cpp1
-rw-r--r--src/network/network_server.cpp1
7 files changed, 0 insertions, 8 deletions
diff --git a/src/network/network.cpp b/src/network/network.cpp
index e4dafe096..0035c5105 100644
--- a/src/network/network.cpp
+++ b/src/network/network.cpp
@@ -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"
diff --git a/src/network/network_chat_gui.cpp b/src/network/network_chat_gui.cpp
index 91dcb902b..5709386e3 100644
--- a/src/network/network_chat_gui.cpp
+++ b/src/network/network_chat_gui.cpp
@@ -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"
diff --git a/src/network/network_client.cpp b/src/network/network_client.cpp
index 0c7ef4536..3de63a4e0 100644
--- a/src/network/network_client.cpp
+++ b/src/network/network_client.cpp
@@ -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"
diff --git a/src/network/network_content_gui.cpp b/src/network/network_content_gui.cpp
index 249cfdce1..5b1d97329 100644
--- a/src/network/network_content_gui.cpp
+++ b/src/network/network_content_gui.cpp
@@ -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"
diff --git a/src/network/network_gamelist.cpp b/src/network/network_gamelist.cpp
index 4511397da..8df84a80e 100644
--- a/src/network/network_gamelist.cpp
+++ b/src/network/network_gamelist.cpp
@@ -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;
diff --git a/src/network/network_gui.cpp b/src/network/network_gui.cpp
index d6fc35c28..ed1ae397f 100644
--- a/src/network/network_gui.cpp
+++ b/src/network/network_gui.cpp
@@ -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"
diff --git a/src/network/network_server.cpp b/src/network/network_server.cpp
index 9780a537e..72f956240 100644
--- a/src/network/network_server.cpp
+++ b/src/network/network_server.cpp
@@ -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"