summaryrefslogtreecommitdiff
path: root/src/network/core
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-13 11:53:33 +0000
committerrubidium <rubidium@openttd.org>2009-01-13 11:53:33 +0000
commit737c187f790e76bcb30f1dbb9d08aadc79d99934 (patch)
treec84687522b5dd5d87c11e349acbcef3d49b0a7aa /src/network/core
parent01e92ac32a26db909c983db24f2538a86eac0087 (diff)
downloadopenttd-737c187f790e76bcb30f1dbb9d08aadc79d99934.tar.xz
(svn r15053) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/network/core')
-rw-r--r--src/network/core/core.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/network/core/core.cpp b/src/network/core/core.cpp
index d49a2f174..645259053 100644
--- a/src/network/core/core.cpp
+++ b/src/network/core/core.cpp
@@ -8,12 +8,9 @@
#include "../../stdafx.h"
#include "../../debug.h"
-#include "../../string_func.h"
-#include "../../date_func.h"
#include "os_abstraction.h"
#include "core.h"
#include "packet.h"
-#include "../network_func.h"
#ifdef __MORPHOS__