summaryrefslogtreecommitdiff
path: root/src/players.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 00:06:17 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 00:06:17 +0000
commit2edd403656281f774e4a53251395b7b647a1c48b (patch)
treeeb3da2680e728750995c9c6d9df9bee5c7028211 /src/players.cpp
parent4a1035ab95a994991b2ce802dbbd78f7dd6c0090 (diff)
downloadopenttd-2edd403656281f774e4a53251395b7b647a1c48b.tar.xz
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
Diffstat (limited to 'src/players.cpp')
-rw-r--r--src/players.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/players.cpp b/src/players.cpp
index 18df770bd..85a5ef5d0 100644
--- a/src/players.cpp
+++ b/src/players.cpp
@@ -8,7 +8,6 @@
#include "player_func.h"
#include "player_gui.h"
#include "town.h"
-#include "station.h"
#include "news_func.h"
#include "saveload.h"
#include "command_func.h"
@@ -34,6 +33,7 @@
#include "ai/trolly/trolly.h"
#include "road_func.h"
#include "rail.h"
+#include "sprite.h"
#include "table/strings.h"
#include "table/sprites.h"