changeset 4255:3d4314e9213f libavformat

Use "" instead of <> when #including non-system headers.
author diego
date Mon, 19 Jan 2009 23:41:46 +0000
parents d05b13327b07
children 3f5d00cb1f61
files rdt.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rdt.c	Mon Jan 19 21:54:06 2009 +0000
+++ b/rdt.c	Mon Jan 19 23:41:46 2009 +0000
@@ -33,7 +33,7 @@
 #include "libavutil/md5.h"
 #include "rm.h"
 #include "internal.h"
-#include <libavcodec/bitstream.h>
+#include "libavcodec/bitstream.h"
 
 struct RDTDemuxContext {
     AVFormatContext *ic; /**< the containing (RTSP) demux context */