summaryrefslogtreecommitdiffstats
path: root/generic/tkStubLib.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/tkStubLib.c
parent9eeb6e7a4f32a9f04cd022da83bea178402826a0 (diff)
downloadtk-1801939be8b13e05e2dd95753046107083a17ed0.zip
tk-1801939be8b13e05e2dd95753046107083a17ed0.tar.gz
tk-1801939be8b13e05e2dd95753046107083a17ed0.tar.bz2
header cleanup
Diffstat (limited to 'generic/tkStubLib.c')
-rw-r--r--generic/tkStubLib.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/generic/tkStubLib.c b/generic/tkStubLib.c
index 43721d8..93033ae 100644
--- a/generic/tkStubLib.c
+++ b/generic/tkStubLib.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkStubLib.c,v 1.14 2007/05/16 18:35:20 jenglish Exp $
+ * RCS: @(#) $Id: tkStubLib.c,v 1.15 2007/09/07 00:34:53 dgp Exp $
*/
/*
@@ -30,7 +30,6 @@
#endif
#undef USE_TK_STUB_PROCS
-#include "tkPort.h"
#include "tkInt.h"
#ifdef __WIN32__
@@ -41,10 +40,12 @@
#include "tkMacOSXInt.h"
#endif
-#include "tkDecls.h"
-#include "tkIntDecls.h"
+#if !(defined(__WIN32__) || defined(MAC_OSX_TK))
+#include "tkUnixInt.h"
+#endif
+
+/* TODO: These ought to come in some other way */
#include "tkPlatDecls.h"
-#include "tkIntPlatDecls.h"
#include "tkIntXlibDecls.h"
TkStubs *tkStubsPtr;