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

@@ -24,30 +24,19 @@ details. */
R.Collins, April 2001. */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "winsup.h"
#include "miscfuncs.h"
#include <limits.h>
#include "path.h"
#include "cygerrno.h"
#include <assert.h>
#include <stdlib.h>
#include "pinfo.h"
#include "sigproc.h"
#include "perprocess.h"
#include "security.h"
#include "cygtls.h"
#include "fhandler.h"
#include "dtable.h"
#include "cygheap.h"
#include <semaphore.h>
#include <stdio.h>
#include <sys/timeb.h>
#include <exceptions.h>
#include <sys/fcntl.h>
#include <sys/lock.h>
extern "C" void __fp_lock_all ();
extern "C" void __fp_unlock_all ();