diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2010-06-02 08:15:38 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2010-06-02 08:15:38 +0000 |
commit | a8cd9c51a0b5a5fd6523cf3e92a108a38f0c5aa9 (patch) | |
tree | e555fc3f9b643394f20c1d4c077ae8c38685b2ff /gcc/c-ada-spec.c | |
parent | 0a6346849508945d2f672e4dc29a94e1136b8cfd (diff) | |
download | gcc-a8cd9c51a0b5a5fd6523cf3e92a108a38f0c5aa9.zip gcc-a8cd9c51a0b5a5fd6523cf3e92a108a38f0c5aa9.tar.gz gcc-a8cd9c51a0b5a5fd6523cf3e92a108a38f0c5aa9.tar.bz2 |
* c-ada-spec.c: Clean up redundant includes.
From-SVN: r160143
Diffstat (limited to 'gcc/c-ada-spec.c')
-rw-r--r-- | gcc/c-ada-spec.c | 11 |
1 files changed, 1 insertions, 10 deletions
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" |