diff sha.c @ 873:4d9ad0ed07d0 libavutil

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.
author mru
date Tue, 09 Mar 2010 17:39:19 +0000
parents dc1f09cd2195
children 96be3be0b5e3
line wrap: on
line diff
--- a/sha.c	Tue Mar 09 16:17:59 2010 +0000
+++ b/sha.c	Tue Mar 09 17:39:19 2010 +0000
@@ -21,8 +21,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "common.h"
-#include "avutil.h"
+#include <string.h>
 #include "bswap.h"
 #include "sha.h"
 #include "sha1.h"