From 8083185f88d9e80394cb8f1dbf2cfd919308f7b3 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 21 May 2002 21:50:05 +0000 Subject: [PATCH] * restored previous non '..' version Originally committed as revision 558 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/common.h b/libavcodec/common.h index 8f99cf82f6..13018975c6 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -17,7 +17,7 @@ #ifdef HAVE_AV_CONFIG_H /* only include the following when compiling package */ -#include "../config.h" +#include "config.h" #include #include @@ -114,7 +114,7 @@ typedef signed long long INT64; #define UINT64_C(c) (c ## ULL) #endif -#include "../bswap.h" +#include "bswap.h" #ifdef USE_FASTMEMCPY #include "fastmemcpy.h"