From: Simon Marchi Date: Tue, 25 Feb 2025 20:23:13 +0000 (-0500) Subject: gdb/dwarf: remove unused include in read.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60b9de2ec0b6178fb4832c752b0ec322d8071b1d;p=thirdparty%2Fbinutils-gdb.git gdb/dwarf: remove unused include in read.c This include is reported as unused by clangd. Change-Id: I95b73f85607537551ef54e46551197d1371d621b --- diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index 5ff80262d03..ecc2c53ba02 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -79,7 +79,6 @@ #include #include "gdbsupport/underlying.h" #include "filename-seen-cache.h" -#include "producer.h" #include #include #include "gdbsupport/selftest.h"