summaryrefslogtreecommitdiff
path: root/src/clear_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-09 09:45:45 +0000
committerrubidium <rubidium@openttd.org>2008-01-09 09:45:45 +0000
commit0e517fe023a697d9df45e56548f77946a3d0ddb9 (patch)
tree5166041a51236814028fc71befa8a3fcb524ecb1 /src/clear_cmd.cpp
parent931e6ea49de62723c57523095c38f26d36fcc134 (diff)
downloadopenttd-0e517fe023a697d9df45e56548f77946a3d0ddb9.tar.xz
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Diffstat (limited to 'src/clear_cmd.cpp')
-rw-r--r--src/clear_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{