Remove unnecessary includes.

This commit is contained in:
Mike McCormack 2005-06-20 10:35:36 +00:00 committed by Alexandre Julliard
parent e485f984bd
commit 66e5ce3066
6 changed files with 0 additions and 8 deletions

View file

@ -51,7 +51,6 @@
#include "request.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#if defined(HAVE_SYS_EPOLL_H) && defined(HAVE_EPOLL_CREATE)

View file

@ -43,10 +43,8 @@
#include <poll.h>
#endif
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "file.h"

View file

@ -44,7 +44,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "file.h"

View file

@ -47,7 +47,6 @@
#include "security.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/library.h"

View file

@ -46,10 +46,8 @@
#include <poll.h>
#endif
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "file.h"

View file

@ -33,7 +33,6 @@
#include "windef.h"
#include "winbase.h"
#include "wincon.h"
#include "winreg.h"
#include "winternl.h"
#include "request.h"
#include "unicode.h"