Remove unneeded header files from source files throughout.

This commit is contained in:
Christopher Faylor
2008-04-07 18:45:59 +00:00
parent f471ca85e1
commit b13e6864f5
94 changed files with 4 additions and 412 deletions

View File

@ -13,9 +13,7 @@
#define __INSIDE_CYGWIN_NET__
#include "winsup.h"
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/uio.h>
#include <asm/byteorder.h>
#include <stdlib.h>
@ -32,11 +30,9 @@
#include "cygheap.h"
#include "shared_info.h"
#include "sigproc.h"
#include "cygthread.h"
#include "wininfo.h"
#include <unistd.h>
#include <sys/acl.h>
#include <sys/statvfs.h>
#include "cygtls.h"
#include "cygwin/in6.h"
#include "ntdll.h"