[binutils-gdb] gdb: remove unused include from frame.c

Simon Marchi simark@sourceware.org
Mon Mar 3 15:46:46 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9b91913221205df54d03d3acc204113f406d30af

commit 9b91913221205df54d03d3acc204113f406d30af
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Mon Mar 3 10:45:43 2025 -0500

    gdb: remove unused include from frame.c
    
    clangd reports it as unused.
    
    Change-Id: I636e57747d3c42ce6615a14d4cf5dc115628a73d

Diff:
---
 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"


More information about the Gdb-cvs mailing list