diff arm/intmath.h @ 873:4d9ad0ed07d0 libavutil

Replace many includes of libavutil/common.h with what is actually needed This reduces the number of false dependencies on header files and speeds up compilation.
author mru
date Tue, 09 Mar 2010 17:39:19 +0000
parents d87093e4b925
children f08c66310125
line wrap: on
line diff
--- a/arm/intmath.h	Tue Mar 09 16:17:59 2010 +0000
+++ b/arm/intmath.h	Tue Mar 09 17:39:19 2010 +0000
@@ -22,7 +22,7 @@
 #define AVUTIL_ARM_INTMATH_H
 
 #include "config.h"
-#include "libavutil/common.h"
+#include "libavutil/attributes.h"
 
 #if HAVE_INLINE_ASM