summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp/sdpplin.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/realrtsp/sdpplin.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/realrtsp/sdpplin.c')
-rw-r--r--stream/realrtsp/sdpplin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/realrtsp/sdpplin.c b/stream/realrtsp/sdpplin.c
index 31514befeb..80dc49edaa 100644
--- a/stream/realrtsp/sdpplin.c
+++ b/stream/realrtsp/sdpplin.c
@@ -27,7 +27,7 @@
*/
#include "config.h"
-#include "../librtsp/rtsp.h"
+#include "stream/librtsp/rtsp.h"
#include "sdpplin.h"
#include "xbuffer.h"
#include "mp_msg.h"