Commit efe46a04 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Don't include unistd.h in wine/port.h.

parent 1c9b843e
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
#endif #endif
#include <stdio.h> #include <stdio.h>
#include <assert.h> #include <assert.h>
#include <unistd.h>
#ifdef HAVE_CARBON_CARBON_H #ifdef HAVE_CARBON_CARBON_H
#define LoadResource __carbon_LoadResource #define LoadResource __carbon_LoadResource
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <unistd.h>
#define NONAMELESSUNION #define NONAMELESSUNION
#define NONAMELESSSTRUCT #define NONAMELESSSTRUCT
......
...@@ -32,9 +32,6 @@ ...@@ -32,9 +32,6 @@
#include <sys/types.h> #include <sys/types.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
/**************************************************************** /****************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment