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/projections/merc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/projections/merc.cpp') diff --git a/src/projections/merc.cpp b/src/projections/merc.cpp index 10b8bb90..a77d7517 100644 --- a/src/projections/merc.cpp +++ b/src/projections/merc.cpp @@ -5,7 +5,7 @@ #include "proj.h" #include "proj_internal.h" -#include "proj_math.h" +#include PROJ_HEAD(merc, "Mercator") "\n\tCyl, Sph&Ell\n\tlat_ts="; PROJ_HEAD(webmerc, "Web Mercator / Pseudo Mercator") "\n\tCyl, Ell\n\t"; -- cgit v1.2.3