aboutsummaryrefslogtreecommitdiff
path: root/src/mk_cheby.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mk_cheby.cpp')
-rw-r--r--src/mk_cheby.cpp2
1 files changed, 1 insertions, 1 deletions
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;