diff options
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r-- | gcc/targhooks.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c index ede2a113f4d..6deb7b1e3a0 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -58,21 +58,16 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "stringpool.h" #include "tree-ssanames.h" -#include "expmed.h" #include "optabs.h" #include "regs.h" -#include "emit-rtl.h" #include "recog.h" #include "diagnostic-core.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "varasm.h" #include "flags.h" -#include "dojump.h" #include "explow.h" #include "calls.h" -#include "stmt.h" #include "expr.h" #include "output.h" #include "reload.h" |