]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfgloopmanip.c
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
[thirdparty/gcc.git] / gcc / cfgloopmanip.c
index 83a0d517f00dbadd8449558f48b067867844a846..8ea957f56e9247b560436da7769cac869fa946cb 100644 (file)
@@ -22,6 +22,17 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "rtl.h"
+#include "predict.h"
+#include "vec.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "machmode.h"
+#include "hard-reg-set.h"
+#include "input.h"
+#include "function.h"
+#include "dominance.h"
+#include "cfg.h"
+#include "cfganal.h"
 #include "basic-block.h"
 #include "cfgloop.h"
 #include "tree.h"