From 9b91913221205df54d03d3acc204113f406d30af Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 3 Mar 2025 10:45:43 -0500 Subject: [PATCH] gdb: remove unused include from frame.c clangd reports it as unused. Change-Id: I636e57747d3c42ce6615a14d4cf5dc115628a73d --- gdb/frame.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.47.3