From efc18e8ab380d3cc6d0dc4ceef7bd79895e026a5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 18 Dec 2007 20:38:16 +0000 Subject: (svn r11663) -Codechange: moving of the road related types and functions. --- src/station_cmd.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index d8555037f..9d47cfb22 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -39,7 +39,8 @@ #include "date.h" #include "helpers.hpp" #include "misc/autoptr.hpp" -#include "road.h" +#include "road_type.h" +#include "road_internal.h" /* For drawing catenary/checking road removal */ #include "cargotype.h" #include "strings.h" #include "autoslope.h" -- cgit v1.2.3-54-g00ecf