diff options
Diffstat (limited to 'gcc/symtab.c')
-rw-r--r-- | gcc/symtab.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/symtab.c b/gcc/symtab.c index d99546f..adfa7af 100644 --- a/gcc/symtab.c +++ b/gcc/symtab.c @@ -26,6 +26,12 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "print-tree.h" #include "varasm.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "emit-rtl.h" #include "basic-block.h" @@ -36,7 +42,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "tree-inline.h" #include "langhooks.h" -#include "hashtab.h" #include "cgraph.h" #include "diagnostic.h" #include "timevar.h" |