From: Steven Bosscher Date: Wed, 2 Jun 2010 08:15:38 +0000 (+0000) Subject: * c-ada-spec.c: Clean up redundant includes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8cd9c51a0b5a5fd6523cf3e92a108a38f0c5aa9;p=gcc.git * c-ada-spec.c: Clean up redundant includes. From-SVN: r160143 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ffe05035027..3c15d4f7cad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-06-02 Steven Bosscher + + * c-ada-spec.c: Clean up redundant includes. + 2010-06-01 Steven Bosscher * gimplify.c: Do not include except.h and optabs.h. diff --git a/gcc/c-ada-spec.c b/gcc/c-ada-spec.c index a4d417cff77..697b9633afd 100644 --- a/gcc/c-ada-spec.c +++ b/gcc/c-ada-spec.c @@ -24,18 +24,9 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" +#include "tree-pass.h" /* For TDI_ada and friends. */ #include "output.h" #include "c-ada-spec.h" -#include "real.h" -#include "hashtab.h" -#include "tree-flow.h" -#include "langhooks.h" -#include "tree-iterator.h" -#include "tree-chrec.h" -#include "tree-pass.h" -#include "fixed-value.h" -#include "value-prof.h" -#include "predict.h" #include "cpplib.h" #include "c-pragma.h" #include "cpp-id-data.h"