summaryrefslogtreecommitdiffstats
path: root/generic/tkMain.c
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2020-12-16 16:50:56 (GMT)
committermarc_culler <marc.culler@gmail.com>2020-12-16 16:50:56 (GMT)
commitd689479c933e288ddeafe93bd23e08836b79507e (patch)
tree3ae4e3625b1b93155416b67b0eabf796022ccc68 /generic/tkMain.c
parent1015fa89c934c0680ab3ae7feba0bac896e12b55 (diff)
downloadtk-d689479c933e288ddeafe93bd23e08836b79507e.zip
tk-d689479c933e288ddeafe93bd23e08836b79507e.tar.gz
tk-d689479c933e288ddeafe93bd23e08836b79507e.tar.bz2
Tidy up with a patch from Christopher Chavez. Removes redundant include directives and double semicolons. Uses nil instead of NULL for references to NSObjects in Objective C.
Diffstat (limited to 'generic/tkMain.c')
-rw-r--r--generic/tkMain.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/tkMain.c b/generic/tkMain.c
index 32006b3..953a54f 100644
--- a/generic/tkMain.c
+++ b/generic/tkMain.c
@@ -15,14 +15,6 @@
*/
#include "tkInt.h"
-#include <ctype.h>
-#include <stdio.h>
-#include <string.h>
-#ifdef NO_STDLIB_H
-# include "../compat/stdlib.h"
-#else
-# include <stdlib.h>
-#endif
extern int TkCygwinMainEx(int, char **, Tcl_AppInitProc *, Tcl_Interp *);