From 2ed6f399440a9f9fa358a96293c6797c2ebd0aaf Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Tue, 9 Mar 2010 17:39:19 +0000 Subject: 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. Originally committed as revision 22407 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/mathematics.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavutil/mathematics.c') diff --git a/libavutil/mathematics.c b/libavutil/mathematics.c index 91b76f3aaf..81d47c1bf1 100644 --- a/libavutil/mathematics.c +++ b/libavutil/mathematics.c @@ -24,8 +24,8 @@ */ #include -#include "avutil.h" -#include "common.h" +#include +#include #include "mathematics.h" const uint8_t ff_sqrt_tab[256]={ -- cgit v1.2.3