aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2025-03-03 10:45:43 -0500
committerSimon Marchi <simon.marchi@efficios.com>2025-03-03 10:45:43 -0500
commit9b91913221205df54d03d3acc204113f406d30af (patch)
tree6a286368de5d3d31b8ceabcb308785319c5078db /gdb/frame.c
parent56a0188548edc605e7e87906822a186c8ce822e1 (diff)
downloadbinutils-9b91913221205df54d03d3acc204113f406d30af.zip
binutils-9b91913221205df54d03d3acc204113f406d30af.tar.gz
binutils-9b91913221205df54d03d3acc204113f406d30af.tar.bz2
gdb: remove unused include from frame.c
clangd reports it as unused. Change-Id: I636e57747d3c42ce6615a14d4cf5dc115628a73d
Diffstat (limited to 'gdb/frame.c')
-rw-r--r--gdb/frame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/frame.c b/gdb/frame.c
index a524678..2fb06a0 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"