From d4e6a6bf57216b39745b61971141e088e15e2d0d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 01:21:35 +0000 Subject: (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. --- src/network/network_gui.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/network/network_gui.cpp') 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 -- cgit v1.2.3-54-g00ecf