ntdll: Remove duplicate includes.

Michael Stefaniuc mstefani at redhat.de
Sun Nov 18 18:42:30 CST 2007


---
 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;
-- 
1.5.3.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071119/b34d0979/attachment.pgp 


More information about the wine-patches mailing list