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/network_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/network_data.cpp') diff --git a/src/network/network_data.cpp b/src/network/network_data.cpp index 6cb8e1d47..28d6c0984 100644 --- a/src/network/network_data.cpp +++ b/src/network/network_data.cpp @@ -5,11 +5,11 @@ #include "../stdafx.h" #include "../debug.h" #include "network_data.h" -#include "../string.h" #include "network_client.h" #include "../command_func.h" #include "../callback_table.h" #include "../core/alloc_func.hpp" +#include "../string_func.h" // Add a command to the local command queue void NetworkAddCommandQueue(NetworkTCPSocketHandler *cs, CommandPacket *cp) -- cgit v1.2.3-54-g00ecf