Module: wine Branch: master Commit: 0ecf2edca08a03dd29d8a1b72b0f1e8d26d89431 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0ecf2edca08a03dd29d8a1b72b...
Author: Michael Stefaniuc mstefani@redhat.de Date: Mon Nov 19 01:42:30 2007 +0100
ntdll: Remove duplicate includes.
---
dlls/ntdll/heap.c | 1 - dlls/ntdll/serial.c | 3 --- dlls/ntdll/signal_powerpc.c | 1 - 3 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/dlls/ntdll/heap.c b/dlls/ntdll/heap.c index e6ba48c..fa0c1c4 100644 --- a/dlls/ntdll/heap.c +++ b/dlls/ntdll/heap.c @@ -35,7 +35,6 @@ #include "ntstatus.h" #define WIN32_NO_STATUS #include "windef.h" -#include "winternl.h" #include "winnt.h" #include "winternl.h" #include "wine/list.h" diff --git a/dlls/ntdll/serial.c b/dlls/ntdll/serial.c index be398a5..1b05b6e 100644 --- a/dlls/ntdll/serial.c +++ b/dlls/ntdll/serial.c @@ -39,9 +39,6 @@ #ifdef HAVE_UNISTD_H # include <unistd.h> #endif -#ifdef HAVE_TERMIOS_H -#include <termios.h> -#endif #include <fcntl.h> #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> diff --git a/dlls/ntdll/signal_powerpc.c b/dlls/ntdll/signal_powerpc.c index 9b73510..9f1b52a 100644 --- a/dlls/ntdll/signal_powerpc.c +++ b/dlls/ntdll/signal_powerpc.c @@ -103,7 +103,6 @@ typedef struct ucontext SIGCONTEXT; # include <sys/ucontext.h>
# include <sys/types.h> -# include <signal.h> typedef siginfo_t siginfo;
typedef struct ucontext SIGCONTEXT;