diff options
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r-- | gcc/omp-low.c | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c index eaad52a..9ec3d49 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -41,7 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" #include "predict.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -71,11 +70,22 @@ along with GCC; see the file COPYING3. If not see #include "ssa-iterators.h" #include "tree-ssanames.h" #include "tree-into-ssa.h" +#include "hashtab.h" +#include "flags.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "insn-config.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "calls.h" +#include "emit-rtl.h" +#include "varasm.h" +#include "stmt.h" #include "expr.h" #include "tree-dfa.h" #include "tree-ssa.h" -#include "flags.h" -#include "expr.h" #include "tree-pass.h" #include "except.h" #include "splay-tree.h" |