summaryrefslogtreecommitdiff
path: root/src/station.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-04 17:16:41 +0000
committerrubidium <rubidium@openttd.org>2009-10-04 17:16:41 +0000
commitd6cded53803de692eebc6dd41e9648f3399c9f7d (patch)
tree420d39582d566fdb314cb4bfdd1e1389d4fd7510 /src/station.cpp
parent32cbe57178129d371752e29e857fa454a046f7c3 (diff)
downloadopenttd-d6cded53803de692eebc6dd41e9648f3399c9f7d.tar.xz
(svn r17693) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/station.cpp')
-rw-r--r--src/station.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/station.cpp b/src/station.cpp
index bbd66af27..1ac0341c0 100644
--- a/src/station.cpp
+++ b/src/station.cpp
@@ -12,12 +12,8 @@
#include "stdafx.h"
#include "company_func.h"
#include "newgrf_cargo.h"
-#include "yapf/yapf.h"
#include "cargotype.h"
#include "roadveh.h"
-#include "window_type.h"
-#include "station_gui.h"
-#include "zoom_func.h"
#include "functions.h"
#include "window_func.h"
#include "date_func.h"
@@ -25,8 +21,6 @@
#include "news_func.h"
#include "aircraft.h"
#include "vehicle_gui.h"
-#include "settings_type.h"
-#include "subsidy_func.h"
#include "core/pool_func.hpp"
#include "station_base.h"
#include "roadstop_base.h"