diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-06-20 09:05:48 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-06-20 09:05:48 +0000 |
commit | 4343bb6b99eeba83ae634d5acda27e28eaa5f77e (patch) | |
tree | e58d7bec71dad4d26bbf752af83e101aeec762fc /numpy/numarray/_capi.c | |
parent | 4854f609deb60adf731f7c5bf1cb89bf769f06bf (diff) | |
download | numpy-4343bb6b99eeba83ae634d5acda27e28eaa5f77e.tar.gz |
One more name change.
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 d9fdd1d7b..ee4099b4c 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; |