summaryrefslogtreecommitdiff
path: root/test/c/binarytrees.c
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-09-17 15:51:40 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-09-17 15:51:40 +0000
commit4559f4d7bef85915f5cb7f11b4156dacf120a52e (patch)
tree081ce1169744115dfb25d9197c54018f9c777469 /test/c/binarytrees.c
parent6f80e78eb73b7427d86a60859ace39781d6b115c (diff)
Nettoyages
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@108 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
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>