aboutsummaryrefslogtreecommitdiff
path: root/gcc/regcprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/regcprop.c')
-rw-r--r--gcc/regcprop.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/regcprop.c b/gcc/regcprop.c
index 01135de..7035a84 100644
--- a/gcc/regcprop.c
+++ b/gcc/regcprop.c
@@ -29,6 +29,11 @@
#include "hard-reg-set.h"
#include "basic-block.h"
#include "reload.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "vec.h"
+#include "machmode.h"
+#include "input.h"
#include "function.h"
#include "recog.h"
#include "flags.h"