summaryrefslogtreecommitdiff
path: root/gcc/regstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/regstat.c')
-rw-r--r--gcc/regstat.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/regstat.c b/gcc/regstat.c
index e5f72e43208..ad2bcca7967 100644
--- a/gcc/regstat.c
+++ b/gcc/regstat.c
@@ -29,6 +29,15 @@ along with GCC; see the file COPYING3. If not see
#include "regs.h"
#include "except.h"
#include "hard-reg-set.h"
+#include "predict.h"
+#include "vec.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "machmode.h"
+#include "input.h"
+#include "function.h"
+#include "dominance.h"
+#include "cfg.h"
#include "basic-block.h"
#include "timevar.h"
#include "df.h"