summaryrefslogtreecommitdiff
path: root/numpy/lib/src
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2012-02-03 21:24:51 -0700
committerCharles Harris <charlesr.harris@gmail.com>2012-02-04 17:54:37 -0700
commit1941ed6c2ae5100ee4c085513ab89500c812aef0 (patch)
tree70bbd89d1abe9042cc3e7778fce00ed54def5885 /numpy/lib/src
parent265b1fb4de483d3039c42b8c53673d3c0779132e (diff)
downloadnumpy-1941ed6c2ae5100ee4c085513ab89500c812aef0.tar.gz
UPD: Remove includes of noprefix.h in ufunc_object.c and _compiled_base.c.
Diffstat (limited to 'numpy/lib/src')
-rw-r--r--numpy/lib/src/_compiled_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/src/_compiled_base.c b/numpy/lib/src/_compiled_base.c
index 20f8e02fa..137c47515 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/noprefix.h"
+#include "numpy/ndarrayobject.h"
#include "numpy/npy_3kcompat.h"
#include "npy_config.h"
#include "numpy/ufuncobject.h"