summaryrefslogtreecommitdiff
path: root/src/station.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-05-23 15:46:00 +0000
committersmatz <smatz@openttd.org>2009-05-23 15:46:00 +0000
commitb2aed51f8e42e0e45d08a65b8883b3fa034d0f4b (patch)
tree3b45fa52ccaffe68d01b5f234afc6b2c927b92bc /src/station.cpp
parentf2317d0d9d74c3f5d14530c14b314ad32d05ef80 (diff)
downloadopenttd-b2aed51f8e42e0e45d08a65b8883b3fa034d0f4b.tar.xz
(svn r16403) -Codechange: move code related to subsidies to separate file
Diffstat (limited to 'src/station.cpp')
-rw-r--r--src/station.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station.cpp b/src/station.cpp
index c3a3c4e38..b8946aeb4 100644
--- a/src/station.cpp
+++ b/src/station.cpp
@@ -20,6 +20,7 @@
#include "aircraft.h"
#include "vehicle_gui.h"
#include "settings_type.h"
+#include "subsidy_func.h"
#include "core/pool_func.hpp"
#include "table/strings.h"