diff sol.c @ 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 6f61c3b36632
children 7a0230981402
line wrap: on
line diff
--- 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))