diff options
author | rtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-30 22:54:27 +0000 |
---|---|---|
committer | rtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-30 22:54:27 +0000 |
commit | 1b397a5350868cc9d948cc9b48b03fdc84a44374 (patch) | |
tree | fd779aae97f774a76f0413e02d38ae08cf11532d /libmpdemux | |
parent | f29898360c4108046b3afc4a79e2838d8b9571a3 (diff) |
Remove useless include
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19272 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r-- | libmpdemux/realrtsp/sdpplin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpdemux/realrtsp/sdpplin.c b/libmpdemux/realrtsp/sdpplin.c index 1111fdca92..359fe10678 100644 --- a/libmpdemux/realrtsp/sdpplin.c +++ b/libmpdemux/realrtsp/sdpplin.c @@ -27,7 +27,6 @@ */ #include "config.h" -#include "rmff.h" #include "../librtsp/rtsp.h" #include "sdpplin.h" #include "xbuffer.h" |