From 559babcdc96d5e2de5e964c9d9b6109e4cfbcffc Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 22 Jul 2005 07:02:20 +0000 Subject: (svn r2673) Include functions.h directly, not globally via openttd.h --- pbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbs.c') diff --git a/pbs.c b/pbs.c index 53711a75b..4cfa2d9f5 100644 --- a/pbs.c +++ b/pbs.c @@ -1,7 +1,7 @@ #include "stdafx.h" #include "openttd.h" -#include "pbs.h" #include "functions.h" +#include "pbs.h" #include "debug.h" #include "map.h" #include "tile.h" -- cgit v1.2.3-54-g00ecf