From f56a354d31ef3753cd74554e891e1a6ceb85cf86 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 18 Dec 2007 19:52:14 +0000 Subject: (svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies. --- src/pathfind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pathfind.h') diff --git a/src/pathfind.h b/src/pathfind.h index 2bafe97f3..91dd7be6f 100644 --- a/src/pathfind.h +++ b/src/pathfind.h @@ -5,7 +5,7 @@ #ifndef PATHFIND_H #define PATHFIND_H -#include "direction.h" +#include "direction_type.h" #include "openttd.h" enum { -- cgit v1.2.3-70-g09d2