summaryrefslogtreecommitdiff
path: root/src/network/core/core.cpp
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
commit04ea0b9316be38eb264f8d04b804f6bebba12a9b (patch)
treec84687522b5dd5d87c11e349acbcef3d49b0a7aa /src/network/core/core.cpp
parentfc696a7e29625d9a8e5ee5c6677a0acf52b19619 (diff)
downloadopenttd-04ea0b9316be38eb264f8d04b804f6bebba12a9b.tar.xz
(svn r15053) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/network/core/core.cpp')
-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__