gdb: remove unused include from frame.c

clangd reports it as unused.

Change-Id: I636e57747d3c42ce6615a14d4cf5dc115628a73d
This commit is contained in:
Simon Marchi
2025-03-03 10:45:43 -05:00
parent 56a0188548
commit 9b91913221

View File

@@ -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"