diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2012-02-05 13:05:30 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-02-05 13:08:33 -0700 |
commit | 6bde534712abc4ab4d15d3a461dd780fdf7eaa5b (patch) | |
tree | 2d97dabbf0409dcb917c18701ae376e6227a3250 /numpy/lib/src | |
parent | f6a2c7ca3a090e0dc107b60b0a5771247a84e032 (diff) | |
download | numpy-6bde534712abc4ab4d15d3a461dd780fdf7eaa5b.tar.gz |
UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core.
Diffstat (limited to 'numpy/lib/src')
-rw-r--r-- | numpy/lib/src/_compiled_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/src/_compiled_base.c b/numpy/lib/src/_compiled_base.c index 137c47515..82343fc35 100644 --- a/numpy/lib/src/_compiled_base.c +++ b/numpy/lib/src/_compiled_base.c @@ -1,7 +1,7 @@ #define NPY_NO_DEPRECATED_API #include "Python.h" #include "structmember.h" -#include "numpy/ndarrayobject.h" +#include "numpy/arrayobject.h" #include "numpy/npy_3kcompat.h" #include "npy_config.h" #include "numpy/ufuncobject.h" |