diff options
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" |