diff aiff.c @ 2545:213268d7594e libavformat

move unrelated functions declarations out of allformats.h
author aurel
date Tue, 11 Sep 2007 09:27:46 +0000
parents b21c2af60bc9
children d52c718e83f9
line wrap: on
line diff
--- a/aiff.c	Mon Sep 10 22:48:42 2007 +0000
+++ b/aiff.c	Tue Sep 11 09:27:46 2007 +0000
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 #include "avformat.h"
-#include "allformats.h"
+#include "raw.h"
 #include "riff.h"
 #include "intfloat_readwrite.h"