From 245976da2a7f9a4a03dfb6903e9437b7cf2967f4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 9 May 2008 11:56:36 +0000 Subject: Use full path for #includes from another directory. Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/oggparsetheora.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/oggparsetheora.c') diff --git a/libavformat/oggparsetheora.c b/libavformat/oggparsetheora.c index b976dcb701..36848b1588 100644 --- a/libavformat/oggparsetheora.c +++ b/libavformat/oggparsetheora.c @@ -23,9 +23,9 @@ **/ #include +#include "libavutil/bswap.h" +#include "libavcodec/bitstream.h" #include "avformat.h" -#include "bitstream.h" -#include "bswap.h" #include "oggdec.h" typedef struct theora_params { -- cgit v1.2.3