summaryrefslogtreecommitdiff
path: root/test/c/binarytrees.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/binarytrees.c')
-rw-r--r--test/c/binarytrees.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/c/binarytrees.c b/test/c/binarytrees.c
index 0c5bf37..da019af 100644
--- a/test/c/binarytrees.c
+++ b/test/c/binarytrees.c
@@ -7,7 +7,6 @@
icc -O3 -ip -unroll -static binary-trees.c -lm
*/
-#include <malloc.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>