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/network/network_content.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/network/network_content.cpp') diff --git a/src/network/network_content.cpp b/src/network/network_content.cpp index fa7f83624..6f918f2e3 100644 --- a/src/network/network_content.cpp +++ b/src/network/network_content.cpp @@ -5,18 +5,13 @@ #if defined(ENABLE_NETWORK) #include "../stdafx.h" -#include "../debug.h" #include "../rev.h" -#include "../core/alloc_func.hpp" -#include "../core/math_func.hpp" -#include "../newgrf_config.h" #include "../fileio_func.h" #include "../string_func.h" #include "../ai/ai.hpp" #include "../window_func.h" #include "../gui.h" #include "../variables.h" -#include "core/host.h" #include "network_content.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf