diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/c-ada-spec.c | 11 |
2 files changed, 5 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ffe0503..3c15d4f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-06-02 Steven Bosscher <steven@gcc.gnu.org> + + * c-ada-spec.c: Clean up redundant includes. + 2010-06-01 Steven Bosscher <steven@gcc.gnu.org> * 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 a4d417c..697b963 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" |