Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,

where appropriate, throughout.  Remove unneeded exceptions.h, where
appropriate, throughout.  Remove unneeded perprocess.h, where appropriate,
throughout.
This commit is contained in:
Christopher Faylor
2002-05-25 02:22:50 +00:00
parent d29587b478
commit d7b4a30001
36 changed files with 7 additions and 42 deletions

View File

@@ -21,12 +21,10 @@ details. */
#include <ctype.h>
#include "cygerrno.h"
#include <sys/cygwin.h>
#include "perprocess.h"
#include "security.h"
#include "fhandler.h"
#include "path.h"
#include "dtable.h"
#include "sync.h"
#include "sigproc.h"
#include "cygheap.h"
#include "child_info.h"