diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-06-26 22:05:54 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-06-26 22:05:54 +0000 |
commit | 4f442b4e66c4fa81d30b3ae152b8612ea23f1d99 (patch) | |
tree | a6510e6489c35e5cb28b6ff2381542835955e11f /numpy/numarray/_capi.c | |
parent | a73855cf27d42778e31f7cdbb0be5f54131c27df (diff) | |
download | numpy-4f442b4e66c4fa81d30b3ae152b8612ea23f1d99.tar.gz |
Undo move to numpy_numarray.
Diffstat (limited to 'numpy/numarray/_capi.c')
-rw-r--r-- | numpy/numarray/_capi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/numarray/_capi.c b/numpy/numarray/_capi.c index cc01a9696..d08b847e7 100644 --- a/numpy/numarray/_capi.c +++ b/numpy/numarray/_capi.c @@ -1,7 +1,7 @@ #include <Python.h> #define _libnumarray_MODULE -#include "numpy_numarray/libnumarray.h" +#include "numpy/libnumarray.h" #include <float.h> static PyObject *pCfuncClass; |