Skip to content

Commit 727d903

Browse files
committed
sha1dc: remove conditional for <sys/types.h>
1 parent a7b2195 commit 727d903

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hash/sha1/sha1dc/sha1.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
#include <memory.h>
1111
#include <stdio.h>
1212
#include <stdlib.h>
13-
#ifdef __unix__
1413
#include <sys/types.h> /* make sure macros like _BIG_ENDIAN visible */
1514
#endif
16-
#endif
1715

1816
#ifdef SHA1DC_CUSTOM_INCLUDE_SHA1_C
1917
#include SHA1DC_CUSTOM_INCLUDE_SHA1_C

0 commit comments

Comments
 (0)