summaryrefslogtreecommitdiff
path: root/gcc/lra.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lra.c')
-rw-r--r--gcc/lra.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/lra.c b/gcc/lra.c
index bc18c1d6538..d0a1000ec76 100644
--- a/gcc/lra.c
+++ b/gcc/lra.c
@@ -120,7 +120,10 @@ along with GCC; see the file COPYING3. If not see
#include "machmode.h"
#include "input.h"
#include "function.h"
-#include "tree-core.h"
+#include "symtab.h"
+#include "wide-int.h"
+#include "inchash.h"
+#include "tree.h"
#include "optabs.h"
#include "expr.h"
#include "predict.h"