summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-01-03 21:32:51 +0000
committerrubidium <rubidium@openttd.org>2012-01-03 21:32:51 +0000
commit6d6be50ae0b0a0b233f918c3d7b9c0b623676439 (patch)
tree363706bbe1ba6b6371262054186fc05b6ec938a7 /src/economy.cpp
parentd880056415cf6254e86a3038a8ed2d02f8af2267 (diff)
downloadopenttd-6d6be50ae0b0a0b233f918c3d7b9c0b623676439.tar.xz
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/economy.cpp b/src/economy.cpp
index 74f5552b8..01fd5b4a4 100644
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -17,7 +17,6 @@
#include "news_func.h"
#include "network/network.h"
#include "network/network_func.h"
-#include "vehicle_gui.h"
#include "ai/ai.hpp"
#include "aircraft.h"
#include "newgrf_engine.h"
@@ -29,9 +28,7 @@
#include "newgrf_station.h"
#include "newgrf_airporttiles.h"
#include "object.h"
-#include "group.h"
#include "strings_func.h"
-#include "window_func.h"
#include "date_func.h"
#include "vehicle_func.h"
#include "sound_func.h"
@@ -44,7 +41,6 @@
#include "waypoint_base.h"
#include "economy_base.h"
#include "core/pool_func.hpp"
-#include "newgrf.h"
#include "core/backup_type.hpp"
#include "water.h"
#include "game/game.hpp"