summaryrefslogtreecommitdiff
path: root/gcc/regstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/regstat.c')
-rw-r--r--gcc/regstat.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/regstat.c b/gcc/regstat.c
index 0ae78e9b00d..d7307b3a870 100644
--- a/gcc/regstat.c
+++ b/gcc/regstat.c
@@ -22,20 +22,14 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
+#include "backend.h"
#include "rtl.h"
+#include "df.h"
#include "tm_p.h"
#include "flags.h"
#include "regs.h"
#include "except.h"
-#include "hard-reg-set.h"
-#include "predict.h"
-#include "function.h"
-#include "dominance.h"
-#include "cfg.h"
-#include "basic-block.h"
#include "timevar.h"
-#include "df.h"
struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs;