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