summaryrefslogtreecommitdiffstats
path: root/generic/tclPort.h
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2005-01-05 10:30:42 (GMT)
committerdkf <dkf@noemail.net>2005-01-05 10:30:42 (GMT)
commitbc9e0eb4ec2643a7f857685df11f915dce8938eb (patch)
treec86daae70b778ebe737a82ea03399995aad9e8fa /generic/tclPort.h
parent0e2d5167bc35e4c85c8e6aa8a1c5813bd11536d8 (diff)
downloadtcl-bc9e0eb4ec2643a7f857685df11f915dce8938eb.zip
tcl-bc9e0eb4ec2643a7f857685df11f915dce8938eb.tar.gz
tcl-bc9e0eb4ec2643a7f857685df11f915dce8938eb.tar.bz2
Move #include of tclConfig.h to right place.
FossilOrigin-Name: e0cafd9f33e40f2fd596220f615e95ceeefbf1e1
Diffstat (limited to 'generic/tclPort.h')
-rw-r--r--generic/tclPort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclPort.h b/generic/tclPort.h
index 3d9af28..730ab76 100644
--- a/generic/tclPort.h
+++ b/generic/tclPort.h
@@ -10,16 +10,16 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclPort.h,v 1.13 2004/11/24 21:37:31 davygrvy Exp $
+ * RCS: @(#) $Id: tclPort.h,v 1.14 2005/01/05 10:31:02 dkf Exp $
*/
#ifndef _TCLPORT
#define _TCLPORT
-#include "tcl.h"
#ifdef HAVE_TCL_CONFIG_H
#include "tclConfig.h"
#endif
+#include "tcl.h"
#if defined(__WIN32__)
# include "../win/tclWinPort.h"