From 45c36dbd276501aa76d9798a8fafe6c202db7276 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 11 Jun 2008 13:20:50 +0000 Subject: Avoid direct inclusion of malloc.h --- common/oui.c | 2 +- common/sdp-xml.c | 1 - common/textfile.c | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/oui.c b/common/oui.c index a9c4af5a..0915afdf 100644 --- a/common/oui.c +++ b/common/oui.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include #include 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 #include #include -#include #include #include #include diff --git a/common/textfile.c b/common/textfile.c index 021fc8fb..eef0f96a 100644 --- a/common/textfile.c +++ b/common/textfile.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include #include -- cgit