diff options
Diffstat (limited to 'gcc/symtab.c')
-rw-r--r-- | gcc/symtab.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/symtab.c b/gcc/symtab.c index 1c089282379..96771315628 100644 --- a/gcc/symtab.c +++ b/gcc/symtab.c @@ -27,15 +27,10 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "gimple.h" #include "timevar.h" -#include "emit-rtl.h" #include "cgraph.h" #include "lto-streamer.h" -#include "alias.h" -#include "fold-const.h" #include "print-tree.h" #include "varasm.h" -#include "internal-fn.h" -#include "tree-inline.h" #include "langhooks.h" #include "output.h" #include "ipa-utils.h" |