aboutsummaryrefslogtreecommitdiff
path: root/src/geodesic.c
diff options
context:
space:
mode:
authorCharles Karney <charles@karney.com>2019-09-19 08:30:21 -0400
committerGitHub <noreply@github.com>2019-09-19 08:30:21 -0400
commit8948068deaa8b1b9cf14e7e509d06abc3a0b8dcf (patch)
treed27e655be51c44ef5d2c26dee0cc22547a36b029 /src/geodesic.c
parent72203ca68e123a237c8c748d39131b702ea4b646 (diff)
parent21c6d9cccde9318dd38c60b8bc559508bcee1a91 (diff)
downloadPROJ-8948068deaa8b1b9cf14e7e509d06abc3a0b8dcf.tar.gz
PROJ-8948068deaa8b1b9cf14e7e509d06abc3a0b8dcf.zip
Merge pull request #1618 from cffk/c99-math-update
Remove unneeded C99 compatibility functions from math.cpp and proj_math.h I'll do the clean up of the -std=c89 flags etc. as a separate pull request.
Diffstat (limited to 'src/geodesic.c')
-rw-r--r--src/geodesic.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/geodesic.c b/src/geodesic.c
index 5504cb3b..49c9823e 100644
--- a/src/geodesic.c
+++ b/src/geodesic.c
@@ -24,11 +24,7 @@
*/
#include "geodesic.h"
-#ifdef PJ_LIB__
-#include "proj_math.h"
-#else
#include <math.h>
-#endif
#if !defined(HAVE_C99_MATH)
#define HAVE_C99_MATH 0