diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index bd372b7..3448ec4 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -66,7 +66,7 @@ along with GCC; see the file COPYING3. If not see #include "varasm.h" #include "function.h" #include "emit-rtl.h" -#include "gimple.h" +#include "hash-table.h" #include "version.h" #include "flags.h" #include "hard-reg-set.h" @@ -81,7 +81,6 @@ along with GCC; see the file COPYING3. If not see #include "dwarf2out.h" #include "dwarf2asm.h" #include "toplev.h" -#include "ggc.h" #include "md5.h" #include "tm_p.h" #include "diagnostic.h" @@ -90,7 +89,6 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "common/common-target.h" #include "langhooks.h" -#include "hash-table.h" #include "cgraph.h" #include "input.h" #include "ira.h" |