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".
This commit is contained in:
Jason Merrill 2021-06-24 10:37:42 -04:00
parent 2168bfb814
commit 5b1ce655b2
1 changed files with 1 additions and 1 deletions

View 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"