summaryrefslogtreecommitdiff
path: root/gcc/config/frv/frv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/frv/frv.c')
-rw-r--r--gcc/config/frv/frv.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/frv/frv.c b/gcc/config/frv/frv.c
index e2cfb12c60a..e3a22e83e35 100644
--- a/gcc/config/frv/frv.c
+++ b/gcc/config/frv/frv.c
@@ -47,6 +47,14 @@ along with GCC; see the file COPYING3. If not see
#include "function.h"
#include "optabs.h"
#include "diagnostic-core.h"
+#include "predict.h"
+#include "dominance.h"
+#include "cfg.h"
+#include "cfgrtl.h"
+#include "cfganal.h"
+#include "lcm.h"
+#include "cfgbuild.h"
+#include "cfgcleanup.h"
#include "basic-block.h"
#include "tm_p.h"
#include "ggc.h"