diff options
Diffstat (limited to 'generic/tkMain.c')
-rw-r--r-- | generic/tkMain.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkMain.c b/generic/tkMain.c index b008f41..5dd5f40 100644 --- a/generic/tkMain.c +++ b/generic/tkMain.c @@ -13,13 +13,12 @@ * 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.31 2008/11/08 18:44:40 dkf Exp $ + * RCS: @(#) $Id: tkMain.c,v 1.32 2008/12/15 16:17:18 dgp Exp $ */ #include <ctype.h> #include <stdio.h> #include <string.h> -#include "tclInt.h" #include "tkInt.h" #ifdef NO_STDLIB_H # include "../compat/stdlib.h" |