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/apply_vgridshift.cpp | |
| 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/apply_vgridshift.cpp')
| -rw-r--r-- | src/apply_vgridshift.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apply_vgridshift.cpp b/src/apply_vgridshift.cpp index 377e36e0..0c1db3dd 100644 --- a/src/apply_vgridshift.cpp +++ b/src/apply_vgridshift.cpp @@ -32,7 +32,7 @@ #include <stdio.h> #include <string.h> -#include "proj_math.h" +#include <math.h> #include "proj_internal.h" static int is_nodata(float value, double vmultiplier) |
