diff options
Diffstat (limited to 'numpy/core/src/umathmodule.c.src')
-rw-r--r-- | numpy/core/src/umathmodule.c.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/umathmodule.c.src b/numpy/core/src/umathmodule.c.src index d5fc5872e..059538981 100644 --- a/numpy/core/src/umathmodule.c.src +++ b/numpy/core/src/umathmodule.c.src @@ -1,7 +1,7 @@ /* -*- c -*- */ #include "Python.h" -#include "numpy/arrayobject.h" +#include "numpy/noprefix.h" #define _UMATHMODULE #include "numpy/ufuncobject.h" #include "abstract.h" |