* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files

only in sources which require them.
* Makefile.in: Generate dependencies with -MD option.
This commit is contained in:
Christopher Faylor
2000-08-22 05:10:20 +00:00
parent 19b48cd982
commit bccd5e0d85
63 changed files with 288 additions and 216 deletions

View File

@ -81,8 +81,13 @@ details. */
#include <errno.h>
#include <ctype.h>
#include <winioctl.h>
#include "pinfo.h"
#include "cygerrno.h"
#include "fhandler.h"
#include "path.h"
#include "thread.h"
#include "sync.h"
#include "sigproc.h"
#include "pinfo.h"
static int normalize_win32_path (const char *cwd, const char *src, char *dst);
static char *getcwd_inner (char *buf, size_t ulen, int posix_p, int with_chroot);