From 0ecf2edca08a03dd29d8a1b72b0f1e8d26d89431 Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Mon, 19 Nov 2007 01:42:30 +0100 Subject: [PATCH] ntdll: Remove duplicate includes. --- dlls/ntdll/heap.c | 1 - dlls/ntdll/serial.c | 3 --- dlls/ntdll/signal_powerpc.c | 1 - 3 files changed, 5 deletions(-) diff --git a/dlls/ntdll/heap.c b/dlls/ntdll/heap.c index e6ba48cb8cd..fa0c1c4dc35 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 be398a57b6d..1b05b6e1744 100644 --- a/dlls/ntdll/serial.c +++ b/dlls/ntdll/serial.c @@ -39,9 +39,6 @@ #ifdef HAVE_UNISTD_H # include #endif -#ifdef HAVE_TERMIOS_H -#include -#endif #include #ifdef HAVE_SYS_STAT_H # include diff --git a/dlls/ntdll/signal_powerpc.c b/dlls/ntdll/signal_powerpc.c index 9b73510333a..9f1b52a2aa4 100644 --- a/dlls/ntdll/signal_powerpc.c +++ b/dlls/ntdll/signal_powerpc.c @@ -103,7 +103,6 @@ typedef struct ucontext SIGCONTEXT; # include # include -# include typedef siginfo_t siginfo; typedef struct ucontext SIGCONTEXT;