diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 1ad76f2e590..76c41c3686e 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -28,7 +28,17 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "line-map.h" #include "input.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" +#include "fold-const.h" #include "varasm.h" #include "tree-inline.h" #include "realmpfr.h" /* For GMP/MPFR/MPC versions, in print_version. */ @@ -43,10 +53,6 @@ along with GCC; see the file COPYING3. If not see #include "recog.h" #include "output.h" #include "except.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" -#include "machmode.h" #include "function.h" #include "toplev.h" #include "expr.h" |