summaryrefslogtreecommitdiff
path: root/src/network/network_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 01:21:35 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 01:21:35 +0000
commitd4e6a6bf57216b39745b61971141e088e15e2d0d (patch)
treefc3e123d733a91dd61b578c69516fae69754c97f /src/network/network_gui.cpp
parenta78d73805f467d3ced0a70a1758435498fd1dbac (diff)
downloadopenttd-d4e6a6bf57216b39745b61971141e088e15e2d0d.tar.xz
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Diffstat (limited to 'src/network/network_gui.cpp')
-rw-r--r--src/network/network_gui.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/network_gui.cpp b/src/network/network_gui.cpp
index ee7106bcf..7cee89512 100644
--- a/src/network/network_gui.cpp
+++ b/src/network/network_gui.cpp
@@ -4,12 +4,9 @@
#include "../stdafx.h"
#include "../openttd.h"
#include "../strings_func.h"
-#include "../table/sprites.h"
#include "network.h"
#include "../date_func.h"
-
#include "../fios.h"
-#include "table/strings.h"
#include "network_data.h"
#include "network_client.h"
#include "network_gui.h"
@@ -29,6 +26,9 @@
#include "../gfx_func.h"
#include "../player_func.h"
+#include "table/strings.h"
+#include "../table/sprites.h"
+
#define BGC 5
#define BTC 15