summaryrefslogtreecommitdiff
path: root/numpy/numarray/_capi.c
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-06-20 09:05:48 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-06-20 09:05:48 +0000
commit4343bb6b99eeba83ae634d5acda27e28eaa5f77e (patch)
treee58d7bec71dad4d26bbf752af83e101aeec762fc /numpy/numarray/_capi.c
parent4854f609deb60adf731f7c5bf1cb89bf769f06bf (diff)
downloadnumpy-4343bb6b99eeba83ae634d5acda27e28eaa5f77e.tar.gz
One more name change.
Diffstat (limited to 'numpy/numarray/_capi.c')
-rw-r--r--numpy/numarray/_capi.c2
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;