From c27832d717e413d14aa3cb41e02fa3339c298e3c Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sat, 30 Oct 2021 22:34:28 +0200 Subject: [PATCH] include: Don't include sys/stat.h in wine/port.h. Signed-off-by: Alexandre Julliard --- dlls/mountmgr.sys/device.c | 1 + include/wine/port.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mountmgr.sys/device.c b/dlls/mountmgr.sys/device.c index 04e8fe3c0f5..aa6db175e69 100644 --- a/dlls/mountmgr.sys/device.c +++ b/dlls/mountmgr.sys/device.c @@ -28,6 +28,7 @@ #include #include #include +#include #ifdef HAVE_SYS_IOCTL_H # include #endif diff --git a/include/wine/port.h b/include/wine/port.h index fda19f0ad4b..35ffb9d6aba 100644 --- a/include/wine/port.h +++ b/include/wine/port.h @@ -31,7 +31,6 @@ #include #include -#include #include #include #ifdef HAVE_UNISTD_H