diff mathematics.c @ 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 a6eab70dd366
children 0795a743bda1
line wrap: on
line diff
--- a/mathematics.c	Tue Mar 09 16:17:59 2010 +0000
+++ b/mathematics.c	Tue Mar 09 17:39:19 2010 +0000
@@ -24,8 +24,8 @@
  */
 
 #include <assert.h>
-#include "avutil.h"
-#include "common.h"
+#include <stdint.h>
+#include <limits.h>
 #include "mathematics.h"
 
 const uint8_t ff_sqrt_tab[256]={