aboutsummaryrefslogtreecommitdiff
path: root/src/transformations
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/transformations
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/transformations')
-rw-r--r--src/transformations/deformation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transformations/deformation.cpp b/src/transformations/deformation.cpp
index 5bb86909..b9e881eb 100644
--- a/src/transformations/deformation.cpp
+++ b/src/transformations/deformation.cpp
@@ -55,7 +55,7 @@ grid-values in units of mm/year in ENU-space.
#include <errno.h>
#include "proj.h"
#include "proj_internal.h"
-#include "proj_math.h"
+#include <math.h>
PROJ_HEAD(deformation, "Kinematic grid shift");