diff options
author | Heiko Schaefer <heikos@users.sourceforge.net> | 2003-02-10 22:08:36 +0000 |
---|---|---|
committer | Heiko Schaefer <heikos@users.sourceforge.net> | 2003-02-10 22:08:36 +0000 |
commit | ceb22d90801b767d0174417ada4b9c41fad7f212 (patch) | |
tree | b970d87220b85789c012e646bc2cc6239dd9f21f /src/input | |
parent | 16f9a3571b35d63365f58076467d22daf8e2e41f (diff) | |
download | xine-lib-ceb22d90801b767d0174417ada4b9c41fad7f212.tar.gz xine-lib-ceb22d90801b767d0174417ada4b9c41fad7f212.tar.bz2 |
malloc.h seems uneeded
CVS patchset: 4127
CVS date: 2003/02/10 22:08:36
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/input_rtp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/input_rtp.c b/src/input/input_rtp.c index 5f2845f41..94d53b5f3 100644 --- a/src/input/input_rtp.c +++ b/src/input/input_rtp.c @@ -67,7 +67,6 @@ #endif #include <stdio.h> -#include <malloc.h> #include <unistd.h> #include <fcntl.h> #include <string.h> |