From 5b49e754535d48bb42575bc987e9c8f3251cf595 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 19 Dec 2007 23:26:02 +0000 Subject: (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h --- src/unmovable_cmd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/unmovable_cmd.cpp') diff --git a/src/unmovable_cmd.cpp b/src/unmovable_cmd.cpp index 66da42d78..f2c3baa1f 100644 --- a/src/unmovable_cmd.cpp +++ b/src/unmovable_cmd.cpp @@ -9,7 +9,6 @@ #include "functions.h" #include "landscape.h" #include "map.h" -#include "tile.h" #include "command.h" #include "viewport.h" #include "player.h" -- cgit v1.2.3-54-g00ecf