summaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/df-scan.c')
-rw-r--r--gcc/df-scan.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/df-scan.c b/gcc/df-scan.c
index 3690a362a3d..1700be99805 100644
--- a/gcc/df-scan.c
+++ b/gcc/df-scan.c
@@ -31,8 +31,14 @@ along with GCC; see the file COPYING3. If not see
#include "recog.h"
#include "hashtab.h"
#include "hash-set.h"
-#include "vec.h"
#include "machmode.h"
+#include "vec.h"
+#include "double-int.h"
+#include "input.h"
+#include "alias.h"
+#include "symtab.h"
+#include "wide-int.h"
+#include "inchash.h"
#include "hard-reg-set.h"
#include "input.h"
#include "function.h"