aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-gcc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go/go-gcc.cc')
-rw-r--r--gcc/go/go-gcc.cc8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/go/go-gcc.cc b/gcc/go/go-gcc.cc
index 91b07c6..9aad6b0 100644
--- a/gcc/go/go-gcc.cc
+++ b/gcc/go/go-gcc.cc
@@ -29,8 +29,9 @@
#include "stor-layout.h"
#include "varasm.h"
#include "tree-iterator.h"
-#include "cgraph.h"
-#include "convert.h"
+#include "hash-map.h"
+#include "is-a.h"
+#include "plugin-api.h"
#include "vec.h"
#include "hashtab.h"
#include "hash-set.h"
@@ -39,6 +40,9 @@
#include "hard-reg-set.h"
#include "input.h"
#include "function.h"
+#include "ipa-ref.h"
+#include "cgraph.h"
+#include "convert.h"
#include "gimple-expr.h"
#include "gimplify.h"
#include "langhooks.h"