From 04ea0b9316be38eb264f8d04b804f6bebba12a9b Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 13 Jan 2009 11:53:33 +0000 Subject: [PATCH] (svn r15053) -Cleanup: remove some unneeded includes --- src/network/core/core.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/network/core/core.cpp b/src/network/core/core.cpp index d49a2f1745..6452590536 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__