summaryrefslogtreecommitdiff
path: root/src/oldloader.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/oldloader.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/oldloader.cpp')
-rw-r--r--src/oldloader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/oldloader.cpp b/src/oldloader.cpp
index 0c985c375..1d7008c17 100644
--- a/src/oldloader.cpp
+++ b/src/oldloader.cpp
@@ -7,7 +7,6 @@
#include "station_map.h"
#include "town.h"
#include "industry.h"
-#include "station.h"
#include "player_func.h"
#include "player_base.h"
#include "engine.h"