diff options
Diffstat (limited to 'gcc/ch/timing.c')
-rw-r--r-- | gcc/ch/timing.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ch/timing.c b/gcc/ch/timing.c index 4c7e79e6106..b7479071120 100644 --- a/gcc/ch/timing.c +++ b/gcc/ch/timing.c @@ -1,5 +1,6 @@ /* Implement timing-related actions for CHILL. - Copyright (C) 1992, 1993, 1994, 1998 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001 + Free Software Foundation, Inc. This file is part of GNU CC. @@ -28,7 +29,6 @@ Boston, MA 02111-1307, USA. */ #include "obstack.h" #include "lex.h" #include "toplev.h" -#include "defaults.h" /* set non-zero if input text is forced to lowercase */ extern int ignore_case; |