From fd62f3050d8bf4932638966b135c8d1cd4e4800c Mon Sep 17 00:00:00 2001 From: mdejong Date: Mon, 16 Jul 2001 23:30:16 +0000 Subject: * 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. --- ChangeLog | 11 +++++++++++ win/tclWinConsole.c | 3 +-- win/tclWinPipe.c | 3 +-- win/tclWinPort.h | 4 +--- win/tclWinSerial.c | 3 +-- win/tclWinThrd.c | 3 +-- 6 files changed, 16 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index c73ef3b..611df78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-07-10 Mo DeJong + + * 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. + 2001-07-16 Jeff Hobbs * generic/tclCmdMZ.c: Removed extra copy of the SCAN_* macros 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 #include #include #include 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 #include #include #include 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 #include -#include #include #include #include @@ -64,7 +63,6 @@ typedef float *TCHAR; #include #endif -#include #include #include 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 #include #include #include 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 #include #include #include -- cgit v0.12