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_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/network_client.cpp') diff --git a/src/network/network_client.cpp b/src/network/network_client.cpp index badfde557..8c3b91b0c 100644 --- a/src/network/network_client.cpp +++ b/src/network/network_client.cpp @@ -4,7 +4,6 @@ #include "../stdafx.h" #include "../debug.h" -#include "../string.h" #include "../openttd.h" #include "network_data.h" #include "core/tcp.h" @@ -22,6 +21,7 @@ #include "../md5.h" #include "../strings_func.h" #include "../window_func.h" +#include "../string_func.h" // This file handles all the client-commands -- cgit v1.2.3-54-g00ecf