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/economy.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/economy.cpp') diff --git a/src/economy.cpp b/src/economy.cpp index 02b928a42..30ebd96c6 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -9,7 +9,8 @@ #include "table/strings.h" #include "table/sprites.h" #include "news.h" -#include "player.h" +#include "player_base.h" +#include "player_func.h" #include "station.h" #include "command_func.h" #include "saveload.h" -- cgit v1.2.3-54-g00ecf