diff --git a/gcc/getpwd.c b/gcc/getpwd.c index 3692e92bc584..e48b277b95ab 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 ();