diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 76c41c3686e..7bf177fa970 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.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" @@ -55,6 +54,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 "intl.h" #include "regs.h" |