summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-07 09:54:37 +0000
committertron <tron@openttd.org>2005-02-07 09:54:37 +0000
commit6d3c886d4afffa940e45aa23e17770571fc00f95 (patch)
treefc0935620d842c2c929d0e1efaaa4bffb12d93ac
parentcc0966405b3dc39a762e54ec0895ad3f346c53ab (diff)
downloadopenttd-6d3c886d4afffa940e45aa23e17770571fc00f95.tar.xz
(svn r1835) Reduce the visibility of network_core.h
-rw-r--r--network.h1
-rw-r--r--network_data.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/network.h b/network.h
index ae55d541a..322bec066 100644
--- a/network.h
+++ b/network.h
@@ -1,7 +1,6 @@
#ifndef NETWORK_H
#define NETWORK_H
-#include "network_core.h"
#define NOREV_STRING "norev000"
#ifdef ENABLE_NETWORK
diff --git a/network_data.h b/network_data.h
index 1210ca8f5..18a0a2a1b 100644
--- a/network_data.h
+++ b/network_data.h
@@ -3,6 +3,7 @@
#include "ttd.h"
#include "network.h"
+#include "network_core.h"
// Is the network enabled?
#ifdef ENABLE_NETWORK