From 60b9de2ec0b6178fb4832c752b0ec322d8071b1d Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 25 Feb 2025 15:23:13 -0500 Subject: [PATCH] gdb/dwarf: remove unused include in read.c This include is reported as unused by clangd. Change-Id: I95b73f85607537551ef54e46551197d1371d621b --- gdb/dwarf2/read.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.39.5