diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-11 13:20:50 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-11 13:20:50 +0000 |
commit | 45c36dbd276501aa76d9798a8fafe6c202db7276 (patch) | |
tree | 33a344f450ec4292777acb3f44f9c0ccccc77105 /sbc/sbc.c | |
parent | b05a997e2744579ca0cb141526285b5d9dee9321 (diff) |
Avoid direct inclusion of malloc.h
Diffstat (limited to 'sbc/sbc.c')
-rw-r--r-- | sbc/sbc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ #include <stdio.h> #include <errno.h> -#include <malloc.h> #include <string.h> #include <stdlib.h> #include <sys/types.h> |