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
commit9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c (patch)
tree40327e8a6984433becd287c550cfef11be709043 /src/ship_cmd.cpp
parent484afacd6375dcc2851e7d174c6fa289a28879f9 (diff)
downloadopenttd-9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c.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"