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/mod_ster.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/mod_ster.cpp')
| -rw-r--r-- | src/projections/mod_ster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/mod_ster.cpp b/src/projections/mod_ster.cpp index 8e02ea72..c7a8e899 100644 --- a/src/projections/mod_ster.cpp +++ b/src/projections/mod_ster.cpp @@ -3,7 +3,7 @@ #include <errno.h> #include "proj.h" #include "proj_internal.h" -#include "proj_math.h" +#include <math.h> PROJ_HEAD(mil_os, "Miller Oblated Stereographic") "\n\tAzi(mod)"; PROJ_HEAD(lee_os, "Lee Oblated Stereographic") "\n\tAzi(mod)"; |
