diff options
| author | Charles Karney <charles@karney.com> | 2019-09-19 08:30:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-19 08:30:21 -0400 |
| commit | 8948068deaa8b1b9cf14e7e509d06abc3a0b8dcf (patch) | |
| tree | d27e655be51c44ef5d2c26dee0cc22547a36b029 /src/apps | |
| parent | 72203ca68e123a237c8c748d39131b702ea4b646 (diff) | |
| parent | 21c6d9cccde9318dd38c60b8bc559508bcee1a91 (diff) | |
| download | PROJ-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/apps')
| -rw-r--r-- | src/apps/gie.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/gie.cpp b/src/apps/gie.cpp index 2f401984..4ae97130 100644 --- a/src/apps/gie.cpp +++ b/src/apps/gie.cpp @@ -115,7 +115,7 @@ Thomas Knudsen, thokn@sdfe.dk, 2017-10-01/2017-10-08 #include "proj.h" #include "proj_internal.h" -#include "proj_math.h" +#include <math.h> #include "proj_strtod.h" #include "optargpm.h" |
