summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/multiarray/ctors.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/ctors.c b/numpy/core/src/multiarray/ctors.c
index cb88690a4..1da1027ad 100644
--- a/numpy/core/src/multiarray/ctors.c
+++ b/numpy/core/src/multiarray/ctors.c
@@ -647,7 +647,6 @@ discover_itemsize(PyObject *s, int nd, int *itemsize)
* Take an arbitrary object and discover how many dimensions it
* has, filling in the dimensions as we go.
*/
-#include <stdio.h>
static int
discover_dimensions(PyObject *s, int *maxndim, npy_intp *d, int check_it,
int stop_at_string, int stop_at_tuple,