Browse Source

sha256: Remove unused include arpa/inet.h

Jeff Garzik 15 years ago
parent
commit
822cf2cc45
1 changed files with 0 additions and 1 deletions
  1. 0 1
      sha256_generic.c

+ 0 - 1
sha256_generic.c

@@ -19,7 +19,6 @@
  */
 
 #include <stdint.h>
-#include <arpa/inet.h>
 
 typedef uint32_t u32;
 typedef uint8_t u8;