summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-03 11:37:32 (GMT)
committernijtmans <nijtmans>2010-05-03 11:37:32 (GMT)
commitfd1bb5e2a2a81897608067cf5b4cfcddd0d0a923 (patch)
treed300b025de9fca12253e41cb940ebf350bd07c14 /generic/tclIORChan.c
parent6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81 (diff)
downloadtcl-fd1bb5e2a2a81897608067cf5b4cfcddd0d0a923.zip
tcl-fd1bb5e2a2a81897608067cf5b4cfcddd0d0a923.tar.gz
tcl-fd1bb5e2a2a81897608067cf5b4cfcddd0d0a923.tar.bz2
Use "tclIO.h" and "tclTomMathDecls.h" everywhere
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