diff options
Diffstat (limited to 'gcc/c-pragma.c')
| -rw-r--r-- | gcc/c-pragma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c index 9a31209bc25..8be3a6b0654 100644 --- a/gcc/c-pragma.c +++ b/gcc/c-pragma.c @@ -1,5 +1,6 @@ /* Handle #pragma, system V.4 style. Supports #pragma weak and #pragma pack. - Copyright (C) 1992, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001 + Free Software Foundation, Inc. This file is part of GNU CC. @@ -23,7 +24,6 @@ Boston, MA 02111-1307, USA. */ #include "rtl.h" #include "tree.h" #include "function.h" -#include "defaults.h" #include "cpplib.h" #include "c-pragma.h" #include "flags.h" |

