From 1a558cec64b40c4822975d8e6867df63a19bd057 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sun, 31 Aug 2014 12:28:45 +0200 Subject: intmath.h: Remove duplicated ARM include. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reimar Döffinger --- libavutil/intmath.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavutil') diff --git a/libavutil/intmath.h b/libavutil/intmath.h index e140d822f3..8f7a69eae1 100644 --- a/libavutil/intmath.h +++ b/libavutil/intmath.h @@ -35,10 +35,6 @@ * @{ */ -#if ARCH_ARM -# include "arm/intmath.h" -#endif - #if HAVE_FAST_CLZ && AV_GCC_VERSION_AT_LEAST(3,4) #ifndef ff_log2 -- cgit v1.2.3