summaryrefslogtreecommitdiffstats
path: root/generic/tkMain.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-31 10:29:23 (GMT)
committernijtmans <nijtmans>2010-05-31 10:29:23 (GMT)
commit45b76a9f0bed998cfb332ad387dec00356109c19 (patch)
treeaa527ee886eb5359fe93ddfdec19b07594273a13 /generic/tkMain.c
parent4ece036d395d93098cea11df0327ca6c117d5713 (diff)
downloadtk-45b76a9f0bed998cfb332ad387dec00356109c19.zip
tk-45b76a9f0bed998cfb332ad387dec00356109c19.tar.gz
tk-45b76a9f0bed998cfb332ad387dec00356109c19.tar.bz2
Fix CYGWIN warning: "fd_set and assiciated.macros have been defined in sys/types. This may cause runtime problems with W32"
Diffstat (limited to 'generic/tkMain.c')
-rw-r--r--generic/tkMain.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/generic/tkMain.c b/generic/tkMain.c
index a97e282..b2279be 100644
--- a/generic/tkMain.c
+++ b/generic/tkMain.c
@@ -13,19 +13,11 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMain.c,v 1.28.2.1 2009/10/15 17:48:50 dgp Exp $
+ * RCS: @(#) $Id: tkMain.c,v 1.28.2.2 2010/05/31 10:29:29 nijtmans Exp $
*/
-#include <ctype.h>
-#include <stdio.h>
-#include <string.h>
#include "tclInt.h"
#include "tkInt.h"
-#ifdef NO_STDLIB_H
-# include "../compat/stdlib.h"
-#else
-# include <stdlib.h>
-#endif
#ifdef __WIN32__
#include "tkWinInt.h"
#endif