]> gcc.gnu.org Git - gcc.git/commitdiff
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)
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

index d481a5ecb4e06e21c6fbb1cdb4e550c80d802e3f..8e905a30939d3c763d2d6491accb22ead36737f1 100644 (file)
@@ -136,7 +136,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "except.h"
 #include "output.h"
 #include "dwarf2asm.h"
-#include "dwarf2out.h"
+#include "dwarf2.h"
 #include "common/common-target.h"
 #include "langhooks.h"
 #include "cfgrtl.h"
This page took 0.067359 seconds and 5 git commands to generate.