summaryrefslogtreecommitdiff
path: root/libavutil/bfin
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-09 17:39:19 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-09 17:39:19 +0000
commit2ed6f399440a9f9fa358a96293c6797c2ebd0aaf (patch)
treeea8d954cee507834abd9e4b233517a0b7864a633 /libavutil/bfin
parent19fcd66c31b880487e477dd45501eb91b9c9fdfe (diff)
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
Diffstat (limited to 'libavutil/bfin')
-rw-r--r--libavutil/bfin/bswap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/bfin/bswap.h b/libavutil/bfin/bswap.h
index f0d49b5d6d..c40f922e32 100644
--- a/libavutil/bfin/bswap.h
+++ b/libavutil/bfin/bswap.h
@@ -28,7 +28,7 @@
#include <stdint.h>
#include "config.h"
-#include "libavutil/common.h"
+#include "libavutil/attributes.h"
#define bswap_32 bswap_32
static av_always_inline av_const uint32_t bswap_32(uint32_t x)