aboutsummaryrefslogtreecommitdiff
path: root/src/inv.cpp
diff options
context:
space:
mode:
authorCharles Karney <charles.karney@sri.com>2019-09-18 16:29:35 -0400
committerCharles Karney <charles.karney@sri.com>2019-09-18 16:29:35 -0400
commitaa215ceeaaf6e5120f0eb2d28887471a8d819f10 (patch)
tree965b33e43f42ec7a624d185183f443bd511df559 /src/inv.cpp
parent646da7bf3868090ec8ac2d05ab63781de86be64b (diff)
downloadPROJ-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/inv.cpp')
-rw-r--r--src/inv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inv.cpp b/src/inv.cpp
index b9520c53..17eb15b4 100644
--- a/src/inv.cpp
+++ b/src/inv.cpp
@@ -31,7 +31,7 @@
#include <math.h>
#include "proj_internal.h"
-#include "proj_math.h"
+#include <math.h>
#define INPUT_UNITS P->right
#define OUTPUT_UNITS P->left