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/mk_cheby.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mk_cheby.cpp') diff --git a/src/mk_cheby.cpp b/src/mk_cheby.cpp index 62528a41..0f3b97ed 100644 --- a/src/mk_cheby.cpp +++ b/src/mk_cheby.cpp @@ -1,5 +1,5 @@ #include "proj.h" -#include "projects.h" +#include "proj_internal.h" static void /* sum coefficients less than res */ eval(PJ_UV **w, int nu, int nv, double res, PJ_UV *resid) { int i, j; -- cgit v1.2.3