No longer include direct.h for _WIN32.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 29 Sep 1996 22:21:44 +0000 (18:21 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 29 Sep 1996 22:21:44 +0000 (18:21 -0400)
From-SVN: r12858

gcc/getpwd.c

index 3692e92bc584f6d01e9f5a50b759c6b2a05b206d..e48b277b95ab2195ef231bf53c83774c1ca5ca0e 100644 (file)
@@ -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 <direct.h>
-#endif
 
 char *getenv ();
 char *xmalloc ();