diff options
Diffstat (limited to 'generic/tkEvent.c')
-rw-r--r-- | generic/tkEvent.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tkEvent.c b/generic/tkEvent.c index 91a286e..fda8ac9 100644 --- a/generic/tkEvent.c +++ b/generic/tkEvent.c @@ -12,12 +12,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkEvent.c,v 1.33 2006/02/03 22:40:34 dkf Exp $ + * RCS: @(#) $Id: tkEvent.c,v 1.34 2006/11/24 18:04:14 jenglish Exp $ */ -#include "tkPort.h" #include "tkInt.h" -#include <signal.h> /* * There's a potential problem if a handler is deleted while it's current |