ntdll: Remove duplicate includes.

This commit is contained in:
Michael Stefaniuc 2007-11-19 01:42:30 +01:00 committed by Alexandre Julliard
parent 861c58d462
commit 0ecf2edca0
3 changed files with 0 additions and 5 deletions

View File

@ -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"

View File

@ -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>

View File

@ -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;