From 01e20c91403ebe8c88697ec11812fb46d414c770 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 19:21:21 +0000 Subject: (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations. --- src/road.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/road.cpp') diff --git a/src/road.cpp b/src/road.cpp index 5ecb2d75c..0f5412f4c 100644 --- a/src/road.cpp +++ b/src/road.cpp @@ -7,7 +7,6 @@ #include "road_map.h" #include "road_internal.h" #include "water_map.h" -#include "macros.h" bool IsPossibleCrossing(const TileIndex tile, Axis ax) { -- cgit v1.2.3-54-g00ecf