diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-06-23 20:18:48 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-06-23 20:18:48 +0000 |
commit | 3befb06756d87eb08c0e9cec3219468902b5183b (patch) | |
tree | 0b6fe12d276c841fdae08a98edb1fe776875cc45 | |
parent | 8203e47d0ce881d6e031ba9c3bd67b41cb3be153 (diff) |
removed some includes that are now useless
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18798 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libmpdemux/realrtsp/rtsp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libmpdemux/realrtsp/rtsp.c b/libmpdemux/realrtsp/rtsp.c index aa6f864dad..27d9dd37a5 100644 --- a/libmpdemux/realrtsp/rtsp.c +++ b/libmpdemux/realrtsp/rtsp.c @@ -51,9 +51,8 @@ #include <sys/types.h> #include <inttypes.h> +#include "mp_msg.h" #include "rtsp.h" -#include "../stream.h" -#include "../demuxer.h" #include "rtsp_session.h" #include "osdep/timer.h" |