summaryrefslogtreecommitdiff
path: root/src/ship_cmd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-31 20:16:06 +0000
committersmatz <smatz@openttd.org>2009-01-31 20:16:06 +0000
commit0d3f5e6e74cae69d927a65a3d59c6391b713b987 (patch)
tree40327e8a6984433becd287c550cfef11be709043 /src/ship_cmd.cpp
parent416c7d5ddaace157925d1d4220479be89a1cb13a (diff)
downloadopenttd-0d3f5e6e74cae69d927a65a3d59c6391b713b987.tar.xz
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/ship_cmd.cpp')
-rw-r--r--src/ship_cmd.cpp14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/ship_cmd.cpp b/src/ship_cmd.cpp
index e675ebd77..275b9b9dc 100644
--- a/src/ship_cmd.cpp
+++ b/src/ship_cmd.cpp
@@ -3,30 +3,19 @@
/** @file ship_cmd.cpp Handling of ships. */
#include "stdafx.h"
-#include "openttd.h"
#include "ship.h"
-#include "tile_cmd.h"
#include "landscape.h"
#include "timetable.h"
#include "command_func.h"
#include "pathfind.h"
#include "station_map.h"
-#include "station_base.h"
#include "news_func.h"
-#include "engine_func.h"
-#include "engine_base.h"
#include "company_func.h"
-#include "company_base.h"
#include "npf.h"
#include "depot_base.h"
-#include "depot_func.h"
#include "vehicle_gui.h"
#include "newgrf_engine.h"
-#include "water_map.h"
#include "yapf/yapf.h"
-#include "debug.h"
-#include "newgrf_callbacks.h"
-#include "newgrf_text.h"
#include "newgrf_sound.h"
#include "spritecache.h"
#include "strings_func.h"
@@ -38,9 +27,8 @@
#include "variables.h"
#include "autoreplace_gui.h"
#include "gfx_func.h"
-#include "settings_type.h"
-#include "order_func.h"
#include "effectvehicle_func.h"
+#include "settings_type.h"
#include "ai/ai.hpp"
#include "table/strings.h"