Skip to content
Snippets Groups Projects
Commit c27832d7 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

include: Don't include sys/stat.h in wine/port.h.

parent 5f93c683
Branches
Tags
No related merge requests found
......@@ -28,6 +28,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/stat.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
......
......@@ -31,7 +31,6 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment