From: Simon Marchi Date: Tue, 28 Jan 2025 21:15:48 +0000 (-0500) Subject: gdb: remove unused includes from dwarf2/index-write.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0cfeca7e990bd58dbecf276bc68872c7d4e55ea;p=thirdparty%2Fbinutils-gdb.git gdb: remove unused includes from dwarf2/index-write.c These includes are reported as unused by clangd. Change-Id: Ibf3cdc881abad5f5969edca623412ceac7212149 --- diff --git a/gdb/dwarf2/index-write.c b/gdb/dwarf2/index-write.c index 70688d7fddf..e82d38ab1dc 100644 --- a/gdb/dwarf2/index-write.c +++ b/gdb/dwarf2/index-write.c @@ -38,12 +38,10 @@ #include "objfiles.h" #include "ada-lang.h" #include "dwarf2/tag.h" -#include "gdbsupport/gdb_tilde_expand.h" #include "dwarf2/read-debug-names.h" #include "extract-store-integer.h" #include -#include #include #include #include