diff options
Diffstat (limited to 'src/bchgen.cpp')
| -rw-r--r-- | src/bchgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bchgen.cpp b/src/bchgen.cpp index 324ac8f6..9677b6f2 100644 --- a/src/bchgen.cpp +++ b/src/bchgen.cpp @@ -1,6 +1,6 @@ /* generate double bivariate Chebychev polynomial */ #include "proj.h" -#include "projects.h" +#include "proj_internal.h" int bchgen(PJ_UV a, PJ_UV b, int nu, int nv, PJ_UV **f, PJ_UV(*func)(PJ_UV)) { int i, j, k; |
