From 82fc28f77f4ba1d613c1930781f77b45e4af5121 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 15 Jan 2010 16:41:15 +0000 Subject: (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header --- src/road_cmd.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/road_cmd.cpp') diff --git a/src/road_cmd.cpp b/src/road_cmd.cpp index 1a151f33a..f6c58b165 100644 --- a/src/road_cmd.cpp +++ b/src/road_cmd.cpp @@ -10,7 +10,6 @@ /** @file road_cmd.cpp Commands related to road tiles. */ #include "stdafx.h" -#include "openttd.h" #include "cmd_helper.h" #include "road_internal.h" #include "landscape.h" @@ -30,9 +29,12 @@ #include "cheat_type.h" #include "functions.h" #include "effectvehicle_func.h" +#include "effectvehicle_base.h" #include "elrail_func.h" #include "roadveh.h" #include "town.h" +#include "company_base.h" +#include "core/random_func.hpp" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf