summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXScrlbr.c
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/tkMacOSXScrlbr.c')
-rw-r--r--macosx/tkMacOSXScrlbr.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/macosx/tkMacOSXScrlbr.c b/macosx/tkMacOSXScrlbr.c
index bd6dceb..8243b00 100644
--- a/macosx/tkMacOSXScrlbr.c
+++ b/macosx/tkMacOSXScrlbr.c
@@ -11,16 +11,15 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXScrlbr.c,v 1.17 2005/12/08 07:50:14 das Exp $
+ * RCS: @(#) $Id: tkMacOSXScrlbr.c,v 1.18 2006/03/24 14:58:01 das Exp $
*/
-#include "tkScrollbar.h"
#include "tkMacOSXInt.h"
-#include "tclInt.h" /* for TclServiceIdle() */
+#include "tkScrollbar.h"
+#include "tkMacOSXDebug.h"
-#include <Carbon/Carbon.h>
+#include "tclInt.h" /* for TclServiceIdle() */
-#include "tkMacOSXDebug.h"
/*
* The following definitions should really be in MacOS
* header files. They are included here as this is the only