From 2ed6f399440a9f9fa358a96293c6797c2ebd0aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= 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/sha.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavutil/sha.c') diff --git a/libavutil/sha.c b/libavutil/sha.c index 7fe34007bb..7d14efc6f2 100644 --- a/libavutil/sha.c +++ b/libavutil/sha.c @@ -21,8 +21,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "common.h" -#include "avutil.h" +#include #include "bswap.h" #include "sha.h" #include "sha1.h" -- cgit v1.2.3