summaryrefslogtreecommitdiffstats
path: root/win/tclWinConsole.c
diff options
context:
space:
mode:
authormdejong <mdejong>2001-07-16 23:30:16 (GMT)
committermdejong <mdejong>2001-07-16 23:30:16 (GMT)
commitab5f53de8699d058a6fd73683c0cd79e175f80cc (patch)
tree7a4e0c91f8b2e94871a4556e677684a828d7d473 /win/tclWinConsole.c
parent9699c0a3c431dd41262a814c65b7a23a63782a3a (diff)
downloadtcl-ab5f53de8699d058a6fd73683c0cd79e175f80cc.zip
tcl-ab5f53de8699d058a6fd73683c0cd79e175f80cc.tar.gz
tcl-ab5f53de8699d058a6fd73683c0cd79e175f80cc.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/tclWinConsole.c')
-rw-r--r--win/tclWinConsole.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/tclWinConsole.c b/win/tclWinConsole.c
index d15f052..2e364d1 100644
--- a/win/tclWinConsole.c
+++ b/win/tclWinConsole.c
@@ -9,12 +9,11 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinConsole.c,v 1.5 2000/09/28 06:38:23 hobbs Exp $
+ * RCS: @(#) $Id: tclWinConsole.c,v 1.6 2001/07/16 23:30:16 mdejong Exp $
*/
#include "tclWinInt.h"
-#include <dos.h>
#include <fcntl.h>
#include <io.h>
#include <sys/stat.h>