summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2001-07-16 23:30:15 (GMT)
committermdejong <mdejong@noemail.net>2001-07-16 23:30:15 (GMT)
commita2923d31bedb5be5374c03e619c1ff2a660d89e0 (patch)
tree7a4e0c91f8b2e94871a4556e677684a828d7d473 /win/tclWinPipe.c
parent13f7244f1ba5853de672c3f69cc8d0f783771492 (diff)
downloadtcl-a2923d31bedb5be5374c03e619c1ff2a660d89e0.zip
tcl-a2923d31bedb5be5374c03e619c1ff2a660d89e0.tar.gz
tcl-a2923d31bedb5be5374c03e619c1ff2a660d89e0.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. FossilOrigin-Name: 4291ec89da395df72407b3944584c5abed2b0b4a
Diffstat (limited to 'win/tclWinPipe.c')
-rw-r--r--win/tclWinPipe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c
index c6d2b5c..0cc215c 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.15 2000/09/28 06:38:23 hobbs Exp $
+ * RCS: @(#) $Id: tclWinPipe.c,v 1.16 2001/07/16 23:30:16 mdejong Exp $
*/
#include "tclWinInt.h"
-#include <dos.h>
#include <fcntl.h>
#include <io.h>
#include <sys/stat.h>