summaryrefslogtreecommitdiff
path: root/src/goal.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/goal.cpp
parentd880056415cf6254e86a3038a8ed2d02f8af2267 (diff)
downloadopenttd-6d6be50ae0b0a0b233f918c3d7b9c0b623676439.tar.xz
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
Diffstat (limited to 'src/goal.cpp')
-rw-r--r--src/goal.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/goal.cpp b/src/goal.cpp
index 5a3433573..5659af20f 100644
--- a/src/goal.cpp
+++ b/src/goal.cpp
@@ -13,15 +13,9 @@
#include "company_func.h"
#include "industry.h"
#include "town.h"
-#include "news_func.h"
-#include "ai/ai.hpp"
-#include "station_base.h"
-#include "cargotype.h"
-#include "strings_func.h"
#include "window_func.h"
#include "goal_base.h"
#include "core/pool_func.hpp"
-#include "core/random_func.hpp"
#include "game/game.hpp"
#include "command_func.h"
#include "company_base.h"
@@ -29,7 +23,6 @@
#include "gui.h"
#include "network/network.h"
-#include "table/strings.h"
GoalID _new_goal_id;