[PATCH] advapi32: Remove unnecessary inclusion of sys/stat.h

Alex Henrie alexhenrie24 at gmail.com
Mon Oct 21 00:01:52 CDT 2019


Signed-off-by: Alex Henrie <alexhenrie24 at 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>
-- 
2.23.0




More information about the wine-devel mailing list