# HG changeset patch # User diego # Date 1212068443 0 # Node ID d280eb6ace33a50521a5300064c516b8cdf56062 # Parent 3fbe87561b7358276ec23a23f39e1c4425fcfea7 Remove unnecessary header #includes. Extracted from a patch by Erik Hovland, erik hovland org. diff -r 3fbe87561b73 -r d280eb6ace33 siff.c --- a/siff.c Thu May 29 09:50:17 2008 +0000 +++ b/siff.c Thu May 29 13:40:43 2008 +0000 @@ -20,7 +20,6 @@ */ #include "avformat.h" -#include "riff.h" enum SIFFTags{ TAG_SIFF = MKTAG('S', 'I', 'F', 'F'), diff -r 3fbe87561b73 -r d280eb6ace33 smacker.c --- a/smacker.c Thu May 29 09:50:17 2008 +0000 +++ b/smacker.c Thu May 29 13:40:43 2008 +0000 @@ -25,7 +25,6 @@ #include "libavutil/bswap.h" #include "avformat.h" -#include "riff.h" #define SMACKER_PAL 0x01 #define SMACKER_FLAG_RING_FRAME 0x01 diff -r 3fbe87561b73 -r d280eb6ace33 sol.c --- a/sol.c Thu May 29 09:50:17 2008 +0000 +++ b/sol.c Thu May 29 13:40:43 2008 +0000 @@ -26,7 +26,6 @@ #include "libavutil/bswap.h" #include "avformat.h" #include "raw.h" -#include "riff.h" /* if we don't know the size in advance */ #define AU_UNKNOWN_SIZE ((uint32_t)(~0))