From a3ccdcea3663963939f75a9cc842f915b8e49767 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 14:23:25 +0000 Subject: (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary. --- src/network/core/packet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/core') diff --git a/src/network/core/packet.cpp b/src/network/core/packet.cpp index d31375183..fe4c1f774 100644 --- a/src/network/core/packet.cpp +++ b/src/network/core/packet.cpp @@ -7,7 +7,7 @@ #ifdef ENABLE_NETWORK #include "../../stdafx.h" -#include "../../string.h" +#include "../../string_func.h" #include "packet.h" -- cgit v1.2.3-54-g00ecf