From eb80638397ccd80b2b2ef8db5fcd8f2823bbec07 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Thu, 21 Mar 2019 20:04:48 +0000 Subject: strtod.cpp: remove support for no proj_config.h The nmake build system has been dropped in favour of CMake which is used to create proj_config.h. --- src/strtod.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/strtod.cpp') diff --git a/src/strtod.cpp b/src/strtod.cpp index 7ab271c5..d45e62db 100644 --- a/src/strtod.cpp +++ b/src/strtod.cpp @@ -33,13 +33,8 @@ #include #include "proj.h" -#include "proj_internal.h" - -/* Windows nmake build doesn't have a proj_config.h, but HAVE_LOCALECONV */ -/* is defined in the compilation line */ -#ifndef HAVE_LOCALECONV #include "proj_config.h" -#endif +#include "proj_internal.h" #define PJ_STRTOD_WORK_BUFFER_SIZE 64 -- cgit v1.2.3