summaryrefslogtreecommitdiff
path: root/gcc/fwprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fwprop.c')
-rw-r--r--gcc/fwprop.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/fwprop.c b/gcc/fwprop.c
index f166bdeb3fb..c59d307614f 100644
--- a/gcc/fwprop.c
+++ b/gcc/fwprop.c
@@ -31,6 +31,18 @@ along with GCC; see the file COPYING3. If not see
#include "recog.h"
#include "flags.h"
#include "obstack.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 "cfgrtl.h"
+#include "cfgcleanup.h"
#include "basic-block.h"
#include "df.h"
#include "target.h"