diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-20 14:02:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-20 14:02:42 (GMT) |
commit | 22a9bc4bd75e5479537768884f7ead683e5e51d9 (patch) | |
tree | 0fb2c216b44e767e897680b06cd4c0b8f7549b6c /macosx | |
parent | 06b5ea26625d50fb3cf48c115b4efa0115f20d9e (diff) | |
download | tk-22a9bc4bd75e5479537768884f7ead683e5e51d9.zip tk-22a9bc4bd75e5479537768884f7ead683e5e51d9.tar.gz tk-22a9bc4bd75e5479537768884f7ead683e5e51d9.tar.bz2 |
One more use of TkNewIndexObj() macro. More code cleanup
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXNotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c index a4f971f..3247ade 100644 --- a/macosx/tkMacOSXNotify.c +++ b/macosx/tkMacOSXNotify.c @@ -13,10 +13,10 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#include <tclInt.h> #include "tkMacOSXPrivate.h" #include "tkMacOSXInt.h" #include "tkMacOSXConstants.h" -#include <tclInt.h> #import <objc/objc-auto.h> /* This is not used for anything at the moment. */ |