From 3726706608a4a5ff68b3654a159fcb29c6fda2f8 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 6 Jun 2014 19:19:45 +0200 Subject: [PATCH] remove another superflous include --- Util/MercatorUtil.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Util/MercatorUtil.h b/Util/MercatorUtil.h index e65b2c70e..d4d28a009 100644 --- a/Util/MercatorUtil.h +++ b/Util/MercatorUtil.h @@ -28,8 +28,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef MERCATOR_UTIL_H #define MERCATOR_UTIL_H -#include "SimpleLogger.h" - #include inline float y2lat(const float a)