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/sh4/bswap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/sh4') diff --git a/libavutil/sh4/bswap.h b/libavutil/sh4/bswap.h index db8e07eb12..c7cd905194 100644 --- a/libavutil/sh4/bswap.h +++ b/libavutil/sh4/bswap.h @@ -26,7 +26,7 @@ #include #include "config.h" -#include "libavutil/common.h" +#include "libavutil/attributes.h" #define bswap_16 bswap_16 static av_always_inline av_const uint16_t bswap_16(uint16_t x) -- cgit v1.2.3