From e4ef359f47469b426b8e4a06fe0da867f03e82f3 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/road.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/road.cpp') diff --git a/src/road.cpp b/src/road.cpp index dd0d7f87f..5ecb2d75c 100644 --- a/src/road.cpp +++ b/src/road.cpp @@ -4,8 +4,8 @@ #include "openttd.h" #include "functions.h" #include "rail_map.h" -#include "road.h" #include "road_map.h" +#include "road_internal.h" #include "water_map.h" #include "macros.h" -- cgit v1.2.3-54-g00ecf