diff options
Diffstat (limited to 'player_gui.c')
-rw-r--r-- | player_gui.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/player_gui.c b/player_gui.c index 80eb77d3b..c4612f5dc 100644 --- a/player_gui.c +++ b/player_gui.c @@ -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); |