# HG changeset patch # User kabi # Date 1022017805 0 # Node ID e5a0daeb3b5826ad1334d2f220f00373d0489a90 # Parent c3aebacf546e6db671ad003a879ec8c2cd2d70f9 * restored previous non '..' version diff -r c3aebacf546e -r e5a0daeb3b58 common.h --- a/common.h Tue May 21 21:07:47 2002 +0000 +++ b/common.h Tue May 21 21:50:05 2002 +0000 @@ -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 @@ #define UINT64_C(c) (c ## ULL) #endif -#include "../bswap.h" +#include "bswap.h" #ifdef USE_FASTMEMCPY #include "fastmemcpy.h"