]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/combine.c
function.h: Flatten file.
[thirdparty/gcc.git] / gcc / combine.c
index ff5f0dbd509c917fca50af74f7f049a0ad242f3a..15e6833c003f365d5c093a13d69d3f8bdd2899ee 100644 (file)
@@ -88,6 +88,11 @@ along with GCC; see the file COPYING3.  If not see
 #include "hard-reg-set.h"
 #include "basic-block.h"
 #include "insn-config.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "vec.h"
+#include "machmode.h"
+#include "input.h"
 #include "function.h"
 /* Include expr.h after insn-config.h so we get HAVE_conditional_move.  */
 #include "expr.h"