1 #ifndef Py_ARRAYOBJECT_H
2 #define Py_ARRAYOBJECT_H
3 
4 #include "ndarrayobject.h"
5 #include "npy_interrupt.h"
6 
7 #ifdef NPY_NO_PREFIX
8 #include "noprefix.h"
9 #endif
10 
11 #endif
12