diff options
author | mdejong <mdejong> | 2001-07-16 23:30:16 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-07-16 23:30:16 (GMT) |
commit | fd62f3050d8bf4932638966b135c8d1cd4e4800c (patch) | |
tree | 7a4e0c91f8b2e94871a4556e677684a828d7d473 /win/tclWinSerial.c | |
parent | b5f5e3b3fe8c3b1101c882a75fc15881440a4684 (diff) | |
download | tcl-fd62f3050d8bf4932638966b135c8d1cd4e4800c.zip tcl-fd62f3050d8bf4932638966b135c8d1cd4e4800c.tar.gz tcl-fd62f3050d8bf4932638966b135c8d1cd4e4800c.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/tclWinSerial.c')
-rw-r--r-- | win/tclWinSerial.c | 3 |
1 files changed, 1 insertions, 2 deletions
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> |