aboutsummaryrefslogtreecommitdiff
path: root/src/bch2bps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bch2bps.cpp')
-rw-r--r--src/bch2bps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bch2bps.cpp b/src/bch2bps.cpp
index 1812ee2b..9346457c 100644
--- a/src/bch2bps.cpp
+++ b/src/bch2bps.cpp
@@ -1,7 +1,7 @@
/* convert bivariate w Chebyshev series to w Power series */
#include "proj.h"
-#include "projects.h"
+#include "proj_internal.h"
/* basic support procedures */
static void /* clear vector to zero */
clear(PJ_UV *p, int n) { static const PJ_UV c = {0., 0.}; while (n--) *p++ = c; }