diff options
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c index 6d4eed9613b..96a4c627ad1 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -35,19 +35,22 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "flags.h" #include "except.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "insn-config.h" #include "expr.h" #include "libfuncs.h" #include "recog.h" -#include "machmode.h" #include "diagnostic-core.h" #include "output.h" #include "langhooks.h" #include "predict.h" #include "optabs.h" #include "target.h" -#include "hash-set.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" |