Don't forward-declare struct objfile in dwarf2/frame.h
authorTom Tromey <tom@tromey.com>
Wed, 12 Feb 2020 00:31:10 +0000 (17:31 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 12 Feb 2020 00:57:46 +0000 (17:57 -0700)
dwarf2/frame.h forward-declares struct objfile, but there's no need
for this.

gdb/ChangeLog
2020-02-11  Tom Tromey  <tom@tromey.com>

* dwarf2/frame.h (struct objfile): Don't forward declare.

Change-Id: I4d54d46ac9422eeb64dc5f0b934792e77a875aa5

gdb/ChangeLog
gdb/dwarf2/frame.h

index 91d7cec98af99c36d73b741d0ae4b5a5ca8c1be9..72a6292101baf12da664d208359b51f1d79d16c5 100644 (file)
@@ -1,3 +1,7 @@
+2020-02-11  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/frame.h (struct objfile): Don't forward declare.
+
 2020-02-11  Christian Biesinger  <cbiesinger@google.com>
 
        * cris-tdep.c (cris_supply_gregset): Change signature to match
index a0ec3615a45d2cd6db30fdbcaf50818c4fef8e6a..dd7315c8515a5c8d0d562a941777e9836047e054 100644 (file)
@@ -23,7 +23,6 @@
 #define DWARF2_FRAME_H 1
 
 struct gdbarch;
-struct objfile;
 struct frame_info;
 struct dwarf2_per_cu_data;
 struct agent_expr;