No longer include direct.h for _WIN32.

From-SVN: r12858
This commit is contained in:
Richard Kenner 1996-09-29 18:21:44 -04:00
parent 69cbb85a10
commit 7f411a987c

View 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 ();