From aac835171e2ef3b72e3706754153c1b9304268a8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 25 Dec 2007 23:42:52 +0000 Subject: (svn r11700) -Codechange: reduce the amount of unnecessary includes. --- src/road_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/road_internal.h') diff --git a/src/road_internal.h b/src/road_internal.h index 642e89b6e..0e0218a10 100644 --- a/src/road_internal.h +++ b/src/road_internal.h @@ -5,6 +5,8 @@ #ifndef ROAD_INTERNAL_H #define ROAD_INTERNAL_H +#include "tile_cmd.h" + /** * Clean up unneccesary RoadBits of a planed tile. * @param tile current tile -- cgit v1.2.3-54-g00ecf