diff options
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r-- | gcc/expmed.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index 69c48a6b8b4..6fb5807f6e9 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -22,19 +22,17 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "diagnostic-core.h" +#include "backend.h" +#include "tree.h" #include "rtl.h" +#include "df.h" +#include "diagnostic-core.h" #include "alias.h" -#include "symtab.h" -#include "tree.h" #include "fold-const.h" #include "stor-layout.h" #include "tm_p.h" #include "flags.h" #include "insn-config.h" -#include "hard-reg-set.h" -#include "function.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -47,9 +45,6 @@ along with GCC; see the file COPYING3. If not see #include "optabs.h" #include "recog.h" #include "langhooks.h" -#include "predict.h" -#include "basic-block.h" -#include "df.h" #include "target.h" struct target_expmed default_target_expmed; |