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/dummy_land.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dummy_land.cpp') diff --git a/src/dummy_land.cpp b/src/dummy_land.cpp index fcfd2618d..fe605b90c 100644 --- a/src/dummy_land.cpp +++ b/src/dummy_land.cpp @@ -5,10 +5,10 @@ #include "stdafx.h" #include "openttd.h" #include "table/strings.h" -#include "functions.h" -#include "viewport.h" +#include "tile_cmd.h" #include "command_func.h" #include "table/sprites.h" +#include "viewport.h" static void DrawTile_Dummy(TileInfo *ti) { -- cgit v1.2.3-54-g00ecf