From 2786d789a15990a27b73c0a4fbceb429e7dac953 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 26 Dec 2007 11:45:43 +0000 Subject: (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h). --- src/command.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/command.cpp') diff --git a/src/command.cpp b/src/command.cpp index 141957abc..fcbeefa18 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -6,7 +6,6 @@ #include "openttd.h" #include "table/strings.h" #include "landscape.h" -#include "map.h" #include "tile_map.h" #include "gui.h" #include "command_func.h" -- cgit v1.2.3-54-g00ecf