summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2008-12-15 16:17:17 (GMT)
committerdgp <dgp@noemail.net>2008-12-15 16:17:17 (GMT)
commit95e8f88eda28b4df036d95b53f51cd10f95773cc (patch)
tree1a0bd6ea21b759eeccc91bff26f0d16b003e034e /generic
parent136ff09054be07766fbaee8db6aa77809fbf1b67 (diff)
downloadtk-95e8f88eda28b4df036d95b53f51cd10f95773cc.zip
tk-95e8f88eda28b4df036d95b53f51cd10f95773cc.tar.gz
tk-95e8f88eda28b4df036d95b53f51cd10f95773cc.tar.bz2
TIP #338 IMPLEMENTATION
* doc/Tk_Main.c: Removed the last two '#include "tclInt.h"'. * generic/tkMain.c: Tk is now limited to Tcl's public interface. * macosx/tkMacOSXInit.c: FossilOrigin-Name: beef4afbdbbd2ff79a1f3155edec158263d719aa
Diffstat (limited to 'generic')
-rw-r--r--generic/tkMain.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkMain.c b/generic/tkMain.c
index b008f41..5dd5f40 100644
--- a/generic/tkMain.c
+++ b/generic/tkMain.c
@@ -13,13 +13,12 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMain.c,v 1.31 2008/11/08 18:44:40 dkf Exp $
+ * RCS: @(#) $Id: tkMain.c,v 1.32 2008/12/15 16:17:18 dgp Exp $
*/
#include <ctype.h>
#include <stdio.h>
#include <string.h>
-#include "tclInt.h"
#include "tkInt.h"
#ifdef NO_STDLIB_H
# include "../compat/stdlib.h"