1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 08:59:09 +00:00

(svn r18330) -Cleanup: remove some unneeded includes

This commit is contained in:
rubidium
2009-11-28 20:35:25 +00:00
parent bf0b72ae9e
commit b00a5f1069
32 changed files with 0 additions and 39 deletions

View File

@@ -14,7 +14,6 @@
#ifdef ENABLE_NETWORK
#include "../../stdafx.h"
#include "../../openttd.h"
#include "../network_internal.h"
#include "../../core/pool_func.hpp"

View File

@@ -13,7 +13,6 @@
#ifdef ENABLE_NETWORK
#include "../openttd.h"
#include "../strings_func.h"
#include "../command_func.h"
#include "../date_func.h"

View File

@@ -13,7 +13,6 @@
#include "../stdafx.h"
#include "../debug.h"
#include "../openttd.h"
#include "network_internal.h"
#include "network_gui.h"
#include "../saveload/saveload.h"

View File

@@ -11,7 +11,6 @@
#ifdef ENABLE_NETWORK
#include "../stdafx.h"
#include "../openttd.h"
#include "../strings_func.h"
#include "../date_func.h"
#include "../fios.h"

View File

@@ -28,7 +28,6 @@
#include "../company_func.h"
#include "../company_gui.h"
#include "../window_func.h"
#include "../openttd.h"
#include "../cargotype.h"
#include "table/strings.h"