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/nad_intr.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/nad_intr.cpp')
| -rw-r--r-- | src/nad_intr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nad_intr.cpp b/src/nad_intr.cpp index 8dc2f652..36ab0a99 100644 --- a/src/nad_intr.cpp +++ b/src/nad_intr.cpp @@ -2,7 +2,7 @@ #define PJ_LIB__ #include "proj.h" #include "proj_internal.h" -#include "proj_math.h" +#include <math.h> PJ_LP nad_intr(PJ_LP t, struct CTABLE *ct) { PJ_LP val, frct; |
