diff options
author | Hiroaki Etoh <etoh@cvs.openbsd.org> | 2003-02-03 09:18:36 +0000 |
---|---|---|
committer | Hiroaki Etoh <etoh@cvs.openbsd.org> | 2003-02-03 09:18:36 +0000 |
commit | c90995688d771a96112e40f37577397e8ae78855 (patch) | |
tree | 5e98b825f94a350bfd498a12a0e239a53a8a31ac | |
parent | 3ede9d5910f6f7bf96ed7519806e1b793a472cbb (diff) |
delete unused "protector.h" inclusion.
-rw-r--r-- | gnu/egcs/gcc/integrate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/integrate.c b/gnu/egcs/gcc/integrate.c index 2cada164a04..d06fa607733 100644 --- a/gnu/egcs/gcc/integrate.c +++ b/gnu/egcs/gcc/integrate.c @@ -38,7 +38,6 @@ Boston, MA 02111-1307, USA. */ #include "function.h" #include "toplev.h" #include "intl.h" -#include "protector.h" #include "obstack.h" #define obstack_chunk_alloc xmalloc |