From: Simon Marchi Date: Mon, 3 Mar 2025 15:45:43 +0000 (-0500) Subject: gdb: remove unused include from frame.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b91913221205df54d03d3acc204113f406d30af;p=thirdparty%2Fbinutils-gdb.git gdb: remove unused include from frame.c clangd reports it as unused. Change-Id: I636e57747d3c42ce6615a14d4cf5dc115628a73d --- diff --git a/gdb/frame.c b/gdb/frame.c index a5246780962..2fb06a004f0 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -25,7 +25,6 @@ #include "inferior.h" #include "regcache.h" #include "user-regs.h" -#include "gdbsupport/gdb_obstack.h" #include "dummy-frame.h" #include "sentinel-frame.h" #include "gdbcore.h"