summaryrefslogtreecommitdiffstats
path: root/sbc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-11 13:20:50 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-11 13:20:50 +0000
commit45c36dbd276501aa76d9798a8fafe6c202db7276 (patch)
tree33a344f450ec4292777acb3f44f9c0ccccc77105 /sbc
parentb05a997e2744579ca0cb141526285b5d9dee9321 (diff)
Avoid direct inclusion of malloc.h
Diffstat (limited to 'sbc')
-rw-r--r--sbc/sbc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbc/sbc.c b/sbc/sbc.c
index 1a19ac79..6303421f 100644
--- a/sbc/sbc.c
+++ b/sbc/sbc.c
@@ -37,7 +37,6 @@
#include <stdio.h>
#include <errno.h>
-#include <malloc.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>