From: steven Date: Wed, 2 Jun 2010 08:15:38 +0000 (+0000) Subject: * c-ada-spec.c: Clean up redundant includes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54af5c5c06430eb093c9bac8c03a09492d6f9645;p=thirdparty%2Fgcc.git * c-ada-spec.c: Clean up redundant includes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160143 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ffe05035027e..3c15d4f7cad4 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 a4d417cff77e..697b9633afd4 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"