summaryrefslogtreecommitdiff
path: root/src/player_gui.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/player_gui.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/player_gui.cpp')
-rw-r--r--src/player_gui.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/player_gui.cpp b/src/player_gui.cpp
index 82caca50f..8f1b558da 100644
--- a/src/player_gui.cpp
+++ b/src/player_gui.cpp
@@ -13,14 +13,12 @@
#include "player_base.h"
#include "command_func.h"
#include "network/network.h"
+#include "network/network_gui.h"
#include "variables.h"
#include "roadveh.h"
#include "train.h"
#include "aircraft.h"
#include "newgrf.h"
-#include "network/network_data.h"
-#include "network/network_client.h"
-#include "network/network_gui.h"
#include "player_face.h"
#include "strings_func.h"
#include "functions.h"