Skip to content

Commit b030ad4

Browse files
committed
ENH: replace deprecated numpy header
1 parent 369618a commit b030ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qhull_wrap.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* class without specifying a triangles array.
77
*/
88
#include "Python.h"
9-
#include "numpy/noprefix.h"
9+
#include "numpy/ndarrayobject.h"
1010
#include "libqhull/qhull_a.h"
1111
#include <stdio.h>
1212

0 commit comments

Comments
 (0)