make_ext4: Add strict prototypes.
[project/make_ext4fs.git] / sha1.c
diff --git a/sha1.c b/sha1.c
index 1db9134..e2e29cf 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -17,7 +17,6 @@
 
 #define SHA1HANDSOFF           /* Copies data before messing with it. */
 
-#include <sys/cdefs.h>
 #include <sys/types.h>
 #include <assert.h>
 #include <string.h>