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/station_cmd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 9c93f8d22..e7ad0b8c3 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -14,7 +14,6 @@ #include "station_map.h" #include "table/sprites.h" #include "table/strings.h" -#include "map.h" #include "station.h" #include "viewport.h" #include "command_func.h" -- cgit v1.2.3-54-g00ecf