Signed-off-by: Alex Henrie alexhenrie24@gmail.com --- Nothing in this file uses stat. --- dlls/advapi32/crypt.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/dlls/advapi32/crypt.c b/dlls/advapi32/crypt.c index 9232385299..1e91bf7a44 100644 --- a/dlls/advapi32/crypt.c +++ b/dlls/advapi32/crypt.c @@ -32,9 +32,6 @@ #include <stdlib.h> #include <stdio.h> #include <sys/types.h> -#ifdef HAVE_SYS_STAT_H -# include <sys/stat.h> -#endif #include <fcntl.h> #ifdef HAVE_UNISTD_H # include <unistd.h>