src/player_gui.cpp
changeset 8627 448ebf3a8291
parent 8617 931e0970d509
child 8636 2b158acb649c
--- a/src/player_gui.cpp	Tue Dec 25 09:48:53 2007 +0000
+++ b/src/player_gui.cpp	Tue Dec 25 11:26:07 2007 +0000
@@ -6,7 +6,6 @@
 #include "openttd.h"
 #include "table/sprites.h"
 #include "table/strings.h"
-#include "functions.h"
 #include "gui.h"
 #include "window_gui.h"
 #include "textbuf_gui.h"
@@ -26,6 +25,8 @@
 #include "network/network_gui.h"
 #include "player_face.h"
 #include "strings_func.h"
+#include "functions.h"
+#include "window_func.h"
 
 static void DoShowPlayerFinances(PlayerID player, bool show_small, bool show_stickied);
 static void DoSelectPlayerFace(PlayerID player, bool show_big);