diff options
author | David Cournapeau <cournape@gmail.com> | 2011-04-06 09:17:11 +0900 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2011-08-29 00:32:24 +0200 |
commit | c615391e5304245bffeb969fb28ce32bc6e47c99 (patch) | |
tree | 866051841d9abaeb4c71306323dfe58139b273e8 | |
parent | 1566df7351a7261101703d152cfbe51fa4bd8e2b (diff) | |
download | numpy-c615391e5304245bffeb969fb28ce32bc6e47c99.tar.gz |
BUG: remove unnecessary header inclusion which breaks builds.
-rw-r--r-- | numpy/core/include/numpy/halffloat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/halffloat.h b/numpy/core/include/numpy/halffloat.h index f9f5b1fd0..944f0ea34 100644 --- a/numpy/core/include/numpy/halffloat.h +++ b/numpy/core/include/numpy/halffloat.h @@ -2,7 +2,6 @@ #define __NPY_HALFFLOAT_H__ #include <Python.h> -#include <numpy/ndarraytypes.h> #include <numpy/npy_math.h> #ifdef __cplusplus |