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 /common/sdp-xml.c | |
parent | b05a997e2744579ca0cb141526285b5d9dee9321 (diff) |
Avoid direct inclusion of malloc.h
Diffstat (limited to 'common/sdp-xml.c')
-rw-r--r-- | common/sdp-xml.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/sdp-xml.c b/common/sdp-xml.c index 2cc55c2d..1e1e07c3 100644 --- a/common/sdp-xml.c +++ b/common/sdp-xml.c @@ -28,7 +28,6 @@ #include <stdio.h> #include <errno.h> #include <ctype.h> -#include <malloc.h> #include <string.h> #include <limits.h> #include <stdlib.h> |