diff options
Diffstat (limited to 'gcc/lto-streamer-in.c')
-rw-r--r-- | gcc/lto-streamer-in.c | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gcc/lto-streamer-in.c b/gcc/lto-streamer-in.c index 7ae306a..4540c83 100644 --- a/gcc/lto-streamer-in.c +++ b/gcc/lto-streamer-in.c @@ -25,17 +25,23 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "toplev.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 "stringpool.h" #include "expr.h" #include "flags.h" #include "params.h" #include "input.h" -#include "hashtab.h" #include "predict.h" -#include "vec.h" -#include "hash-set.h" -#include "machmode.h" #include "hard-reg-set.h" #include "function.h" #include "dominance.h" |