summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-07 00:34:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-07 00:34:51 (GMT)
commit1801939be8b13e05e2dd95753046107083a17ed0 (patch)
treeb96d1a5046b15547b52c5d6bc8b1d362bfcbf202 /generic/tkStubInit.c
parent9eeb6e7a4f32a9f04cd022da83bea178402826a0 (diff)
downloadtk-1801939be8b13e05e2dd95753046107083a17ed0.zip
tk-1801939be8b13e05e2dd95753046107083a17ed0.tar.gz
tk-1801939be8b13e05e2dd95753046107083a17ed0.tar.bz2
header cleanup
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index 9a9674e..5d0b6db 100644
--- a/generic/tkStubInit.c
+++ b/generic/tkStubInit.c
@@ -8,15 +8,15 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkStubInit.c,v 1.57 2007/05/14 20:58:27 dgp Exp $
+ * RCS: @(#) $Id: tkStubInit.c,v 1.58 2007/09/07 00:34:53 dgp Exp $
*/
#include "tkInt.h"
-#include "tkPort.h"
#if !(defined(__WIN32__) || defined(MAC_OSX_TK))
/* UNIX */
#define UNIX_TK
+#include "tkUnixInt.h"
#endif
#ifdef __WIN32__
@@ -28,10 +28,8 @@
#include "tkMacOSXInt.h"
#endif
-#include "tkDecls.h"
+/* TODO: These ought to come in some other way */
#include "tkPlatDecls.h"
-#include "tkIntDecls.h"
-#include "tkIntPlatDecls.h"
#include "tkIntXlibDecls.h"
/*