From 6a9e77e0796a62a62e95ba5870f26b51a6b66c77 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 22:50:51 +0000 Subject: (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. --- src/newgrf_station.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_station.cpp') diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp index 876a28139..790e5e8dc 100644 --- a/src/newgrf_station.cpp +++ b/src/newgrf_station.cpp @@ -5,7 +5,7 @@ #include "stdafx.h" #include "openttd.h" #include "variables.h" -#include "functions.h" +#include "tile_cmd.h" #include "landscape.h" #include "debug.h" #include "sprite.h" -- cgit v1.2.3-54-g00ecf