From 4f442b4e66c4fa81d30b3ae152b8612ea23f1d99 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Mon, 26 Jun 2006 22:05:54 +0000 Subject: Undo move to numpy_numarray. --- numpy/numarray/_capi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/numarray/_capi.c') 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 #define _libnumarray_MODULE -#include "numpy_numarray/libnumarray.h" +#include "numpy/libnumarray.h" #include static PyObject *pCfuncClass; -- cgit v1.2.1