summaryrefslogtreecommitdiff
path: root/gcc/symtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/symtab.c')
-rw-r--r--gcc/symtab.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/symtab.c b/gcc/symtab.c
index 851264d954a..dc700e7c735 100644
--- a/gcc/symtab.c
+++ b/gcc/symtab.c
@@ -28,11 +28,15 @@ along with GCC; see the file COPYING3. If not see
#include "varasm.h"
#include "function.h"
#include "emit-rtl.h"
+#include "basic-block.h"
+#include "tree-ssa-alias.h"
+#include "internal-fn.h"
+#include "gimple-expr.h"
+#include "is-a.h"
#include "gimple.h"
#include "tree-inline.h"
#include "langhooks.h"
#include "hashtab.h"
-#include "ggc.h"
#include "cgraph.h"
#include "diagnostic.h"
#include "timevar.h"