summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-10-15 19:38:48 (GMT)
committerhobbs <hobbs>2002-10-15 19:38:48 (GMT)
commitb54276a923ce6f63b7513a9bef8ad4a6c48cc15d (patch)
tree033b2dd41253bdc1974f2fa40596ef07a2b6cce2
parent7ce7df8818b8e218e96915671a763afc308e83d6 (diff)
downloadtcl-b54276a923ce6f63b7513a9bef8ad4a6c48cc15d.zip
tcl-b54276a923ce6f63b7513a9bef8ad4a6c48cc15d.tar.gz
tcl-b54276a923ce6f63b7513a9bef8ad4a6c48cc15d.tar.bz2
removed unnecessary dos.h include
-rw-r--r--win/tclWinConsole.c3
-rw-r--r--win/tclWinPipe.c3
-rw-r--r--win/tclWinSerial.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/win/tclWinConsole.c b/win/tclWinConsole.c
index 7f1c601..dc7c61c 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.3.10.3 2002/10/10 07:31:11 hobbs Exp $
+ * RCS: @(#) $Id: tclWinConsole.c,v 1.3.10.4 2002/10/15 19:38:48 hobbs Exp $
*/
#include "tclWinInt.h"
-#include <dos.h>
#include <fcntl.h>
#include <io.h>
#include <sys/stat.h>
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c
index 176e4e8..093b9d9 100644
--- a/win/tclWinPipe.c
+++ b/win/tclWinPipe.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: tclWinPipe.c,v 1.11.2.4 2001/08/23 21:19:34 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclWinPipe.c,v 1.11.2.5 2002/10/15 19:38:48 hobbs Exp $
*/
#include "tclWinInt.h"
-#include <dos.h>
#include <fcntl.h>
#include <io.h>
#include <sys/stat.h>
diff --git a/win/tclWinSerial.c b/win/tclWinSerial.c
index ba86f17..07f244a 100644
--- a/win/tclWinSerial.c
+++ b/win/tclWinSerial.c
@@ -10,12 +10,11 @@
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
* Changes by Rolf.Schroedter@dlr.de June 25-27, 1999
*
- * RCS: @(#) $Id: tclWinSerial.c,v 1.9.2.2 2001/04/03 22:54:40 hobbs Exp $
+ * RCS: @(#) $Id: tclWinSerial.c,v 1.9.2.3 2002/10/15 19:38:48 hobbs Exp $
*/
#include "tclWinInt.h"
-#include <dos.h>
#include <fcntl.h>
#include <io.h>
#include <sys/stat.h>