# HG changeset patch # User diego # Date 1231707822 0 # Node ID 49da89abe282d5226519af575d6b7857e325f3e1 # Parent 730f5a534ed98c8718ef60bd70e74f0577036e41 Add necessary, remove unnecessary #includes. diff -r 730f5a534ed9 -r 49da89abe282 crc.c --- a/crc.c Sun Jan 11 20:26:53 2009 +0000 +++ b/crc.c Sun Jan 11 21:03:42 2009 +0000 @@ -18,7 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "common.h" +#include "config.h" +#include "bswap.h" #include "crc.h" #ifdef CONFIG_HARDCODED_TABLES diff -r 730f5a534ed9 -r 49da89abe282 md5.c --- a/md5.c Sun Jan 11 20:26:53 2009 +0000 +++ b/md5.c Sun Jan 11 21:03:42 2009 +0000 @@ -30,8 +30,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "common.h" #include +#include "bswap.h" #include "md5.h" typedef struct AVMD5{