From ac528411df2e42e066ab301517bd85743162f356 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/unmovable_cmd.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/unmovable_cmd.cpp') diff --git a/src/unmovable_cmd.cpp b/src/unmovable_cmd.cpp index 8a89ae775..ec735edeb 100644 --- a/src/unmovable_cmd.cpp +++ b/src/unmovable_cmd.cpp @@ -10,7 +10,8 @@ #include "landscape.h" #include "command_func.h" #include "viewport_func.h" -#include "player.h" +#include "player_func.h" +#include "player_base.h" #include "gui.h" #include "station.h" #include "town.h" @@ -26,6 +27,7 @@ #include "functions.h" #include "window_func.h" #include "vehicle_func.h" +#include "player_gui.h" /** Destroy a HQ. * During normal gameplay you can only implicitely destroy a HQ when you are -- cgit v1.2.3-54-g00ecf