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/station.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station.cpp') diff --git a/src/station.cpp b/src/station.cpp index 2a04a88c6..404be9bba 100644 --- a/src/station.cpp +++ b/src/station.cpp @@ -13,7 +13,7 @@ #include "town.h" #include "news.h" #include "saveload.h" -#include "player.h" +#include "player_func.h" #include "airport.h" #include "sprite.h" #include "depot.h" -- cgit v1.2.3-54-g00ecf