aboutsummaryrefslogtreecommitdiff
path: root/src/zpoly1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zpoly1.cpp')
-rw-r--r--src/zpoly1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zpoly1.cpp b/src/zpoly1.cpp
index 5aded697..c7b7a3e3 100644
--- a/src/zpoly1.cpp
+++ b/src/zpoly1.cpp
@@ -1,6 +1,6 @@
/* evaluate complex polynomial */
#include "proj.h"
-#include "projects.h"
+#include "proj_internal.h"
/* note: coefficients are always from C_1 to C_n
** i.e. C_0 == (0., 0)
** n should always be >= 1 though no checks are made