From 0e517fe023a697d9df45e56548f77946a3d0ddb9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 9 Jan 2008 09:45:45 +0000 Subject: (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. --- src/clear_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clear_cmd.cpp') diff --git a/src/clear_cmd.cpp b/src/clear_cmd.cpp index d7c7e7e49..af8d66b16 100644 --- a/src/clear_cmd.cpp +++ b/src/clear_cmd.cpp @@ -7,7 +7,6 @@ #include "clear_map.h" #include "table/strings.h" #include "player.h" -#include "viewport.h" #include "command_func.h" #include "bridge.h" #include "landscape.h" @@ -21,6 +20,7 @@ #include "functions.h" #include "economy_func.h" #include "table/clear_land.h" +#include "viewport_func.h" static CommandCost ClearTile_Clear(TileIndex tile, byte flags) { -- cgit v1.2.3-54-g00ecf