diff options
author | David Cournapeau <cournape@gmail.com> | 2011-02-08 11:09:30 +0900 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2011-02-08 11:09:30 +0900 |
commit | eec4a495c6286e891d63e841a5b9265af44f2990 (patch) | |
tree | f51b18cee762046a72e22a1e00dccd5ba060f2bb | |
parent | 2c0f9f8cee2316eb80f1aac46ff7b193743337cb (diff) | |
download | numpy-eec4a495c6286e891d63e841a5b9265af44f2990.tar.gz |
STY: remove unneeded import of ufuncobject in halffloat.c.
-rw-r--r-- | numpy/core/src/npymath/halffloat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/src/npymath/halffloat.c b/numpy/core/src/npymath/halffloat.c index 38f52b86d..a49e3b02e 100644 --- a/numpy/core/src/npymath/halffloat.c +++ b/numpy/core/src/npymath/halffloat.c @@ -1,5 +1,4 @@ #include "numpy/halffloat.h" -#include "numpy/ufuncobject.h" /* * This chooses between 'ties to even' and 'ties away from zero'. |