summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-30 18:20:26 +0000
committerrubidium <rubidium@openttd.org>2008-05-30 18:20:26 +0000
commitbae02e8c671b523b671910d75a838aee2cdc57d6 (patch)
treeae098eb73283ba9ab9875b3df24bbe3b5eb7fef1 /src/openttd.cpp
parent026afc097a1cf098b2b62a6f91a384bf3ae17c91 (diff)
downloadopenttd-bae02e8c671b523b671910d75a838aee2cdc57d6.tar.xz
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index f4328dcfc..2e5e4a674 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -6,7 +6,6 @@
#define VARDEF
#include "variables.h"
-#include "network/network_internal.h"
#undef VARDEF
#include "openttd.h"
@@ -41,6 +40,7 @@
#include "console_func.h"
#include "screenshot.h"
#include "network/network.h"
+#include "network/network_func.h"
#include "signs_base.h"
#include "signs_func.h"
#include "waypoint.h"