]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/loop-invariant.c
function.h: Flatten file.
[thirdparty/gcc.git] / gcc / loop-invariant.c
index 1ac2ebdf86c9a4357fedcdf38fffbfa79966c238..783d74a45fe7466d0a09e3a3db4b7bb64fd2c54e 100644 (file)
@@ -47,6 +47,11 @@ along with GCC; see the file COPYING3.  If not see
 #include "expr.h"
 #include "recog.h"
 #include "target.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "vec.h"
+#include "machmode.h"
+#include "input.h"
 #include "function.h"
 #include "flags.h"
 #include "df.h"