From bb6be2e3ee966cfb682755ee832b814829da5bb9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 2 Jan 2007 17:34:03 +0000 Subject: (svn r7751) -Codechange: move network_* to a new network map. Furthermore move the low level network functions to network/core, so they can be reused by the masterserver and website-serverlist-updater. --- newgrf_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newgrf_config.c') diff --git a/newgrf_config.c b/newgrf_config.c index aa15ffb77..a6ab2fae5 100644 --- a/newgrf_config.c +++ b/newgrf_config.c @@ -9,7 +9,7 @@ #include "string.h" #include "saveload.h" #include "md5.h" -#include "network_data.h" +#include "network/network_data.h" #include "newgrf.h" #include "newgrf_config.h" -- cgit v1.2.3-54-g00ecf