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/adler32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/adler32.h') diff --git a/libavutil/adler32.h b/libavutil/adler32.h index 34f2b53e7d..9626c80567 100644 --- a/libavutil/adler32.h +++ b/libavutil/adler32.h @@ -22,7 +22,7 @@ #define AVUTIL_ADLER32_H #include -#include "common.h" +#include "attributes.h" unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf, unsigned int len) av_pure; -- cgit v1.2.3