From aa215ceeaaf6e5120f0eb2d28887471a8d819f10 Mon Sep 17 00:00:00 2001 From: Charles Karney Date: Wed, 18 Sep 2019 16:29:35 -0400 Subject: Delete proj_math.h. Replace includes by ; we'll see if anyone needs . Update scripts/reference_exported_symbols.txt and src/proj_symbol_rename.h. --- src/transformations/deformation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transformations/deformation.cpp') 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 #include "proj.h" #include "proj_internal.h" -#include "proj_math.h" +#include PROJ_HEAD(deformation, "Kinematic grid shift"); -- cgit v1.2.3