except: remove dwarf2out.h dependency
authorJason Merrill <jason@redhat.com>
Thu, 24 Jun 2021 14:37:42 +0000 (10:37 -0400)
committerJason Merrill <jason@redhat.com>
Sat, 26 Jun 2021 04:17:43 +0000 (00:17 -0400)
commit5b1ce655b25040048861af6c0264cb667b66fcd7
treef9d3bc4280302a5fadb2245f82895550e64a4aea
parent2168bfb81448ae1bfa4351760a23d4ec051c2a00
except: remove dwarf2out.h dependency

When thinking about the CTF debug patchset dwarf2out.h split, I noticed that
except.c only needs macros from dwarf2.h, nothing from dwarf2out.h.

gcc/ChangeLog:

* except.c: #include "dwarf2.h" instead of "dwarf2out.h".
gcc/except.c