diff options
Diffstat (limited to 'gcc/config/sol2.c')
-rw-r--r-- | gcc/config/sol2.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/sol2.c b/gcc/config/sol2.c index faaf17f4885..9eb889aebb6 100644 --- a/gcc/config/sol2.c +++ b/gcc/config/sol2.c @@ -21,13 +21,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "stringpool.h" #include "varasm.h" @@ -37,8 +34,6 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "tm_p.h" #include "diagnostic-core.h" -#include "ggc.h" -#include "hash-table.h" tree solaris_pending_aligns, solaris_pending_inits, solaris_pending_finis; |