diff options
author | mdejong <mdejong> | 2001-07-16 23:30:16 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-07-16 23:30:16 (GMT) |
commit | fd62f3050d8bf4932638966b135c8d1cd4e4800c (patch) | |
tree | 7a4e0c91f8b2e94871a4556e677684a828d7d473 /win/tclWinPort.h | |
parent | b5f5e3b3fe8c3b1101c882a75fc15881440a4684 (diff) | |
download | tcl-fd62f3050d8bf4932638966b135c8d1cd4e4800c.zip tcl-fd62f3050d8bf4932638966b135c8d1cd4e4800c.tar.gz tcl-fd62f3050d8bf4932638966b135c8d1cd4e4800c.tar.bz2 |
* win/tclWinConsole.c:
* win/tclWinPipe.c:
* win/tclWinPort.h:
* win/tclWinSerial.c:
* win/tclWinThrd.c:
Remove unnecessary #includes of dos.h, direct.h,
and tchar.h. This will help the Cygwin porting
effort since these headers do not exist under Cygwin.
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r-- | win/tclWinPort.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h index 5ec1383..efc2441 100644 --- a/win/tclWinPort.h +++ b/win/tclWinPort.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinPort.h,v 1.14 2001/06/17 03:48:19 dgp Exp $ + * RCS: @(#) $Id: tclWinPort.h,v 1.15 2001/07/16 23:30:16 mdejong Exp $ */ #ifndef _TCLWINPORT @@ -43,7 +43,6 @@ typedef float *TCHAR; #include <stdio.h> #include <stdlib.h> -#include <direct.h> #include <errno.h> #include <fcntl.h> #include <float.h> @@ -64,7 +63,6 @@ typedef float *TCHAR; #include <sys/utime.h> #endif -#include <tchar.h> #include <time.h> #include <winsock.h> |