aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-03-22 12:07:29 +0100
committerGitHub <noreply@github.com>2019-03-22 12:07:29 +0100
commitaa999a0844af553d776986285ab3837a60952947 (patch)
tree1ac2e53d87031ba89a019d260c5b3e584832bb30
parentf8ba1db866bbf02851c80572ad6e0a7d46c249e0 (diff)
parenteb80638397ccd80b2b2ef8db5fcd8f2823bbec07 (diff)
downloadPROJ-aa999a0844af553d776986285ab3837a60952947.tar.gz
PROJ-aa999a0844af553d776986285ab3837a60952947.zip
Merge pull request #1345 from cjmayo/proj_config
strtod.cpp: remove support for no proj_config.h
-rw-r--r--src/strtod.cpp7
1 files changed, 1 insertions, 6 deletions
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 <string.h>
#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