summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2011-02-08 11:09:30 +0900
committerDavid Cournapeau <cournape@gmail.com>2011-02-08 11:09:30 +0900
commiteec4a495c6286e891d63e841a5b9265af44f2990 (patch)
treef51b18cee762046a72e22a1e00dccd5ba060f2bb /numpy
parent2c0f9f8cee2316eb80f1aac46ff7b193743337cb (diff)
downloadnumpy-eec4a495c6286e891d63e841a5b9265af44f2990.tar.gz
STY: remove unneeded import of ufuncobject in halffloat.c.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/npymath/halffloat.c1
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'.