diff stream/librtsp/rtsp_session.c @ 27463:e16088a911c1

consistency cosmetics: Avoid using .. in #include paths.
author diego
date Fri, 29 Aug 2008 22:29:27 +0000
parents 5a30f5bc23a0
children be85aae103f2
line wrap: on
line diff
--- a/stream/librtsp/rtsp_session.c	Fri Aug 29 20:22:36 2008 +0000
+++ b/stream/librtsp/rtsp_session.c	Fri Aug 29 22:29:27 2008 +0000
@@ -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