player_gui.c
branchcustombridgeheads
changeset 5642 bfa6074e2833
parent 5623 ef2a8a524a95
--- a/player_gui.c	Tue Jan 02 18:40:37 2007 +0000
+++ b/player_gui.c	Wed Jan 03 08:32:17 2007 +0000
@@ -13,13 +13,13 @@
 #include "command.h"
 #include "vehicle.h"
 #include "economy.h"
-#include "network.h"
+#include "network/network.h"
 #include "variables.h"
 #include "train.h"
 #include "date.h"
 #include "newgrf.h"
-#include "network_data.h"
-#include "network_client.h"
+#include "network/network_data.h"
+#include "network/network_client.h"
 
 static void DoShowPlayerFinances(PlayerID player, bool show_small, bool show_stickied);