From e40eb8177ac3ed5235ae13314032bb47095c13e9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Jan 2012 20:26:05 +0000 Subject: (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed --- src/landscape.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/landscape.h') diff --git a/src/landscape.h b/src/landscape.h index 7a3dc03a8..cb08d9d9e 100644 --- a/src/landscape.h +++ b/src/landscape.h @@ -14,7 +14,6 @@ #include "core/geometry_type.hpp" #include "tile_cmd.h" -#include "zoom_type.h" static const uint SNOW_LINE_MONTHS = 12; ///< Number of months in the snow line table. static const uint SNOW_LINE_DAYS = 32; ///< Number of days in each month in the snow line table. -- cgit v1.2.3-54-g00ecf