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/x86/intmath.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavutil/x86/intmath.h') diff --git a/libavutil/x86/intmath.h b/libavutil/x86/intmath.h index 7528c55dc8..f3acddc0e3 100644 --- a/libavutil/x86/intmath.h +++ b/libavutil/x86/intmath.h @@ -21,8 +21,6 @@ #ifndef AVUTIL_X86_INTMATH_H #define AVUTIL_X86_INTMATH_H -#include "libavutil/common.h" - #define FASTDIV(a,b) \ ({\ int ret, dmy;\ -- cgit v1.2.3