summaryrefslogtreecommitdiffstats
path: root/stream/librtsp/rtsp_session.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-29 22:29:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-29 22:29:27 +0000
commit2a90e559a97e6a77f2caaf8975f4333c2b8766f3 (patch)
tree1a5b951a25d28541ab22a42b5e571326b6c265c3 /stream/librtsp/rtsp_session.c
parente915d29f0a074301750e54475bb64a469605f089 (diff)
downloadmpv-2a90e559a97e6a77f2caaf8975f4333c2b8766f3.tar.bz2
mpv-2a90e559a97e6a77f2caaf8975f4333c2b8766f3.tar.xz
consistency cosmetics: Avoid using .. in #include paths.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27495 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/librtsp/rtsp_session.c')
-rw-r--r--stream/librtsp/rtsp_session.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/stream/librtsp/rtsp_session.c b/stream/librtsp/rtsp_session.c
index eab6ae7ba7..5e897ba777 100644
--- a/stream/librtsp/rtsp_session.c
+++ b/stream/librtsp/rtsp_session.c
@@ -48,15 +48,15 @@
#include <inttypes.h>
#include "mp_msg.h"
-#include "../url.h"
-#include "../rtp.h"
#include "rtsp.h"
#include "rtsp_rtp.h"
#include "rtsp_session.h"
-#include "../realrtsp/real.h"
-#include "../realrtsp/rmff.h"
-#include "../realrtsp/asmrp.h"
-#include "../realrtsp/xbuffer.h"
+#include "stream/url.h"
+#include "stream/rtp.h"
+#include "stream/realrtsp/real.h"
+#include "stream/realrtsp/rmff.h"
+#include "stream/realrtsp/asmrp.h"
+#include "stream/realrtsp/xbuffer.h"
/*
#define LOG