From 1b1d60e83a20412aeca3e440705df820979af03b Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 26 Dec 2018 14:22:34 +0100 Subject: projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW structures --- src/msfn.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/msfn.cpp') diff --git a/src/msfn.cpp b/src/msfn.cpp index 999e73a7..cf6accf1 100644 --- a/src/msfn.cpp +++ b/src/msfn.cpp @@ -1,5 +1,6 @@ /* determine constant small m */ #include +#include "proj.h" #include "projects.h" double pj_msfn(double sinphi, double cosphi, double es) { -- cgit v1.2.3 From 8ab6f683cd316acf57bb89ed83932a267c5aa3c2 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 26 Dec 2018 14:58:26 +0100 Subject: Merge projects.h into proj_internal.h --- src/msfn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/msfn.cpp') diff --git a/src/msfn.cpp b/src/msfn.cpp index cf6accf1..74506317 100644 --- a/src/msfn.cpp +++ b/src/msfn.cpp @@ -1,7 +1,7 @@ /* determine constant small m */ #include #include "proj.h" -#include "projects.h" +#include "proj_internal.h" double pj_msfn(double sinphi, double cosphi, double es) { return (cosphi / sqrt (1. - es * sinphi * sinphi)); -- cgit v1.2.3