(svn r1835) Reduce the visibility of network_core.h
authortron
Mon, 07 Feb 2005 09:54:37 +0000
changeset 1331 b0f2d1840a04
parent 1330 8a67d04016ce
child 1332 86c9ebbcda31
(svn r1835) Reduce the visibility of network_core.h
network.h
network_data.h
--- a/network.h	Sun Feb 06 22:36:08 2005 +0000
+++ b/network.h	Mon Feb 07 09:54:37 2005 +0000
@@ -1,7 +1,6 @@
 #ifndef NETWORK_H
 #define NETWORK_H
 
-#include "network_core.h"
 #define NOREV_STRING "norev000"
 
 #ifdef ENABLE_NETWORK
--- a/network_data.h	Sun Feb 06 22:36:08 2005 +0000
+++ b/network_data.h	Mon Feb 07 09:54:37 2005 +0000
@@ -3,6 +3,7 @@
 
 #include "ttd.h"
 #include "network.h"
+#include "network_core.h"
 
 // Is the network enabled?
 #ifdef ENABLE_NETWORK