Refactor #includes and headers
[fio.git] / crc / md5.c
index 64fe48a9a432cad8afe96cfc72b88428cec1c43a..ade4f69721c7668a644c3459828ba250992b3d41 100644 (file)
--- a/crc/md5.c
+++ b/crc/md5.c
@@ -2,7 +2,6 @@
  * Shamelessly lifted from the 2.6 kernel (crypto/md5.c)
  */
 #include <string.h>
-#include <stdint.h>
 #include "md5.h"
 
 static void md5_transform(uint32_t *hash, uint32_t const *in)