Mercurial > hg > openttd
diff src/train_cmd.cpp @ 14258:a899d4e5ee1a draft
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
author | rubidium <rubidium@openttd.org> |
---|---|
date | Fri, 15 Jan 2010 16:41:15 +0000 |
parents | d04c38c339fb |
children | 2e1e5f37e2fb |
line wrap: on
line diff
--- a/src/train_cmd.cpp +++ b/src/train_cmd.cpp @@ -15,8 +15,6 @@ #include "command_func.h" #include "pathfinder/npf/npf_func.h" #include "pathfinder/yapf/yapf.hpp" -#include "pathfinder/follow_track.hpp" -#include "openttd.h" #include "news_func.h" #include "company_func.h" #include "vehicle_gui.h" @@ -31,13 +29,18 @@ #include "vehicle_func.h" #include "sound_func.h" #include "autoreplace_gui.h" -#include "gfx_func.h" #include "ai/ai.hpp" #include "newgrf_station.h" #include "effectvehicle_func.h" +#include "effectvehicle_base.h" #include "gamelog.h" #include "network/network.h" #include "spritecache.h" +#include "core/random_func.hpp" +#include "company_base.h" +#include "engine_base.h" +#include "engine_func.h" +#include "newgrf.h" #include "table/strings.h" #include "table/train_cmd.h"