summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/tclWinConsole.c3
-rw-r--r--win/tclWinPipe.c3
-rw-r--r--win/tclWinPort.h4
-rw-r--r--win/tclWinSerial.c3
-rw-r--r--win/tclWinThrd.c3
5 files changed, 5 insertions, 11 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>
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>
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>
diff --git a/win/tclWinSerial.c b/win/tclWinSerial.c
index c9bbefc..16ef948 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.12 2000/09/29 21:53:51 hobbs Exp $
+ * RCS: @(#) $Id: tclWinSerial.c,v 1.13 2001/07/16 23:30:16 mdejong Exp $
*/
#include "tclWinInt.h"
-#include <dos.h>
#include <fcntl.h>
#include <io.h>
#include <sys/stat.h>
diff --git a/win/tclWinThrd.c b/win/tclWinThrd.c
index feb15fb..466c715 100644
--- a/win/tclWinThrd.c
+++ b/win/tclWinThrd.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: tclWinThrd.c,v 1.11 2000/06/13 20:30:24 ericm Exp $
+ * RCS: @(#) $Id: tclWinThrd.c,v 1.12 2001/07/16 23:30:16 mdejong Exp $
*/
#include "tclWinInt.h"
-#include <dos.h>
#include <fcntl.h>
#include <io.h>
#include <sys/stat.h>