diff options
Diffstat (limited to 'gcc/passes.c')
-rw-r--r-- | gcc/passes.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c index e78a325..411e3bb 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -32,7 +32,6 @@ along with GCC; see the file COPYING3. If not see #include "machmode.h" #include "vec.h" #include "double-int.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "wide-int.h" @@ -52,6 +51,16 @@ along with GCC; see the file COPYING3. If not see #include "except.h" #include "function.h" #include "toplev.h" +#include "hashtab.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "calls.h" +#include "emit-rtl.h" +#include "stmt.h" #include "expr.h" #include "predict.h" #include "basic-block.h" |