summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-12-15 16:17:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-12-15 16:17:18 (GMT)
commitb4a8fbc74c92487a934fefac4dd1714f5e3a7c43 (patch)
tree1a0bd6ea21b759eeccc91bff26f0d16b003e034e /macosx/tkMacOSXInit.c
parent8a0ee3044dcf44cad09d73c42001ad793d9adf42 (diff)
downloadtk-b4a8fbc74c92487a934fefac4dd1714f5e3a7c43.zip
tk-b4a8fbc74c92487a934fefac4dd1714f5e3a7c43.tar.gz
tk-b4a8fbc74c92487a934fefac4dd1714f5e3a7c43.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:
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r--macosx/tkMacOSXInit.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c
index 85fb35a..f1b41cb 100644
--- a/macosx/tkMacOSXInit.c
+++ b/macosx/tkMacOSXInit.c
@@ -11,13 +11,11 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXInit.c,v 1.37 2008/12/09 23:53:37 das Exp $
+ * RCS: @(#) $Id: tkMacOSXInit.c,v 1.38 2008/12/15 16:17:18 dgp Exp $
*/
#include "tkMacOSXPrivate.h"
-#include "tclInt.h" /* for Tcl_GetStartupScript() & Tcl_SetStartupScript() */
-
#include <sys/stat.h>
#include <sys/utsname.h>
#include <mach-o/dyld.h>