diff options
author | rubidium <rubidium@openttd.org> | 2009-01-13 11:53:33 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-01-13 11:53:33 +0000 |
commit | 04ea0b9316be38eb264f8d04b804f6bebba12a9b (patch) | |
tree | c84687522b5dd5d87c11e349acbcef3d49b0a7aa /src/network | |
parent | fc696a7e29625d9a8e5ee5c6677a0acf52b19619 (diff) | |
download | openttd-04ea0b9316be38eb264f8d04b804f6bebba12a9b.tar.xz |
(svn r15053) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/core/core.cpp | 3 |
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__ |