From: Richard Kenner Date: Sun, 29 Sep 1996 22:21:44 +0000 (-0400) Subject: No longer include direct.h for _WIN32. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f411a987c6c3dbdaefa23f66df0493786ed268a;p=gcc.git No longer include direct.h for _WIN32. From-SVN: r12858 --- diff --git a/gcc/getpwd.c b/gcc/getpwd.c index 3692e92bc58..e48b277b95a 100644 --- a/gcc/getpwd.c +++ b/gcc/getpwd.c @@ -28,9 +28,6 @@ extern char *getcwd (); /* We actually use this as a starting point, not a limit. */ #define GUESSPATHLEN 100 #endif /* (defined (USG) || defined (VMS)) */ -#ifdef _WIN32 -#include -#endif char *getenv (); char *xmalloc ();