Commit 2ae84d52 authored by Alexandre Julliard's avatar Alexandre Julliard

Avoid using Windows includes that are already handled in wine/port.h.

parent 47c440a8
...@@ -31,9 +31,6 @@ ...@@ -31,9 +31,6 @@
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
#ifdef HAVE_IO_H
# include <io.h>
#endif
#ifdef HAVE_SYS_WAIT_H #ifdef HAVE_SYS_WAIT_H
# include <sys/wait.h> # include <sys/wait.h>
#endif #endif
......
...@@ -28,9 +28,6 @@ ...@@ -28,9 +28,6 @@
#include <string.h> #include <string.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#ifdef HAVE_IO_H
# include <io.h>
#endif
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif #endif
......
...@@ -24,9 +24,6 @@ ...@@ -24,9 +24,6 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#ifdef HAVE_IO_H
# include <io.h>
#endif
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif #endif
......
...@@ -30,9 +30,6 @@ ...@@ -30,9 +30,6 @@
#ifdef HAVE_TERMIOS_H #ifdef HAVE_TERMIOS_H
#include <termios.h> #include <termios.h>
#endif #endif
#ifdef HAVE_IO_H
# include <io.h>
#endif
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif #endif
......
...@@ -26,10 +26,6 @@ ...@@ -26,10 +26,6 @@
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif #endif
#ifdef HAVE_IO_H
# include <io.h>
#endif
/* FIXME: this is not thread-safe */ /* FIXME: this is not thread-safe */
......
...@@ -26,9 +26,6 @@ ...@@ -26,9 +26,6 @@
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif #endif
#ifdef HAVE_IO_H
# include <io.h>
#endif
/* FIXME: this is not thread-safe */ /* FIXME: this is not thread-safe */
......
...@@ -29,9 +29,6 @@ ...@@ -29,9 +29,6 @@
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif #endif
#ifdef HAVE_IO_H
# include <io.h>
#endif
#include "wine/wpp.h" #include "wine/wpp.h"
#include "wpp_private.h" #include "wpp_private.h"
......
...@@ -34,9 +34,6 @@ ...@@ -34,9 +34,6 @@
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>
#endif #endif
#ifdef HAVE_DIRECT_H
#include <direct.h>
#endif
#define COBJMACROS #define COBJMACROS
......
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