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"