summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-28 14:50:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-28 14:50:24 +0000
commit0792780cb7dbea0d33185c29b0ee664e41665f34 (patch)
tree9cb50f0a48baf07657bc30901e38803892ceec9e /stream
parentdf2124e18fbf85659a9b4e4f83edaef92553856c (diff)
downloadmpv-0792780cb7dbea0d33185c29b0ee664e41665f34.tar.bz2
mpv-0792780cb7dbea0d33185c29b0ee664e41665f34.tar.xz
Use consistent #include paths without "../".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26576 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/realrtsp/real.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/realrtsp/real.c b/stream/realrtsp/real.c
index f20c92e24e..62670f4726 100644
--- a/stream/realrtsp/real.c
+++ b/stream/realrtsp/real.c
@@ -30,7 +30,7 @@
#include <stdio.h>
#include <string.h>
-#include "../config.h"
+#include "config.h"
#include "libavutil/common.h"
#include "real.h"
#include "asmrp.h"