summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-05-03 11:37:31 (GMT)
committernijtmans <nijtmans@noemail.net>2010-05-03 11:37:31 (GMT)
commit216fe6d5cb0d1a835e444c19cf4e200abe5b6bc3 (patch)
treed300b025de9fca12253e41cb940ebf350bd07c14 /generic/tclIORChan.c
parent60550789fd92bb4342008a07be5dc8f210fb9b37 (diff)
downloadtcl-216fe6d5cb0d1a835e444c19cf4e200abe5b6bc3.zip
tcl-216fe6d5cb0d1a835e444c19cf4e200abe5b6bc3.tar.gz
tcl-216fe6d5cb0d1a835e444c19cf4e200abe5b6bc3.tar.bz2
Use "tclIO.h" and "tclTomMathDecls.h" everywhere
FossilOrigin-Name: 06ef5ace06a2e771b752b098e0bd4d625654d4af
Diffstat (limited to 'generic/tclIORChan.c')
-rw-r--r--generic/tclIORChan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index 4d9832c..2f4716e 100644
--- a/generic/tclIORChan.c
+++ b/generic/tclIORChan.c
@@ -15,11 +15,11 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclIORChan.c,v 1.48 2010/04/27 12:36:22 nijtmans Exp $
+ * RCS: @(#) $Id: tclIORChan.c,v 1.49 2010/05/03 11:37:56 nijtmans Exp $
*/
#include "tclInt.h"
-#include <tclIO.h>
+#include "tclIO.h"
#include <assert.h>
#ifndef EINVAL