changeset 3399:d280eb6ace33 libavformat

Remove unnecessary header #includes. Extracted from a patch by Erik Hovland, erik hovland org.
author diego
date Thu, 29 May 2008 13:40:43 +0000
parents 3fbe87561b73
children 75d4db7ae5c9
files siff.c smacker.c sol.c
diffstat 3 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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'),
--- 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
--- 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))