From 2fc62eab058153a2d9d6fc7b14d8f8f28da8b183 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 12 Jan 2008 14:10:35 +0000 Subject: (svn r11818) -Codechange: split player.h into smaller pieces. --- src/station_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_gui.cpp') diff --git a/src/station_gui.cpp b/src/station_gui.cpp index 1648adb00..d7a768479 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -10,7 +10,7 @@ #include "window_gui.h" #include "textbuf_gui.h" #include "station.h" -#include "player.h" +#include "player_func.h" #include "economy_func.h" #include "town.h" #include "command_func.h" -- cgit v1.2.3-54-g00ecf