aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/GHquad.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/GHquad.c b/python/GHquad.c
index bb02e18c..db8bf32e 100644
--- a/python/GHquad.c
+++ b/python/GHquad.c
@@ -1,6 +1,5 @@
#include "stdlib.h"
#include "math.h"
-#include "stdio.h"
extern int dstev_(char* JOBZ, int* n, double* D, double* E, double* Z, int* ldz, double* WORK, int* INFO);