diff options
| author | Charles Karney <charles.karney@sri.com> | 2019-09-18 16:29:35 -0400 |
|---|---|---|
| committer | Charles Karney <charles.karney@sri.com> | 2019-09-18 16:29:35 -0400 |
| commit | aa215ceeaaf6e5120f0eb2d28887471a8d819f10 (patch) | |
| tree | 965b33e43f42ec7a624d185183f443bd511df559 /src/projections/isea.cpp | |
| parent | 646da7bf3868090ec8ac2d05ab63781de86be64b (diff) | |
| download | PROJ-aa215ceeaaf6e5120f0eb2d28887471a8d819f10.tar.gz PROJ-aa215ceeaaf6e5120f0eb2d28887471a8d819f10.zip | |
Delete proj_math.h. Replace includes by <math.h>; we'll see if anyone
needs <limits.h>. Update scripts/reference_exported_symbols.txt and
src/proj_symbol_rename.h.
Diffstat (limited to 'src/projections/isea.cpp')
| -rw-r--r-- | src/projections/isea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/isea.cpp b/src/projections/isea.cpp index c22e143d..b1841338 100644 --- a/src/projections/isea.cpp +++ b/src/projections/isea.cpp @@ -15,7 +15,7 @@ #define PJ_LIB__ #include "proj.h" #include "proj_internal.h" -#include "proj_math.h" +#include <math.h> #define DEG36 0.62831853071795864768 #define DEG72 1.25663706143591729537 |
