]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/shrink-wrap.c
dojump.h: New header file.
[thirdparty/gcc.git] / gcc / shrink-wrap.c
index 0c7a64c2e4f2f67c4c10ae26a5574fc62f076351..3928f3d8fa29876f3f8d97e2741a8d60df53e53d 100644 (file)
@@ -41,14 +41,24 @@ along with GCC; see the file COPYING3.  If not see
 #include "flags.h"
 #include "except.h"
 #include "hard-reg-set.h"
-#include "input.h"
 #include "function.h"
+#include "hashtab.h"
+#include "rtl.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 "stmt.h"
 #include "expr.h"
 #include "insn-codes.h"
 #include "optabs.h"
 #include "libfuncs.h"
 #include "regs.h"
-#include "insn-config.h"
 #include "recog.h"
 #include "output.h"
 #include "tm_p.h"