aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2024-12-06 12:40:54 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2024-12-06 12:49:10 -0500
commitc8889b9131755888f979f8ee7f238e2acbd54e5b (patch)
tree9c73eb11f033bbd13ceeb1ed29374d298c4d2437 /gdb/symtab.h
parent5e738d49145b8c262734c23cbbb840475118ffa6 (diff)
downloadbinutils-c8889b9131755888f979f8ee7f238e2acbd54e5b.zip
binutils-c8889b9131755888f979f8ee7f238e2acbd54e5b.tar.gz
binutils-c8889b9131755888f979f8ee7f238e2acbd54e5b.tar.bz2
gdb, gdbserver, gdbsupport: remove some unused gdb_vecs.h includes
Remove some includes reported as unused by clangd. Add some to files that actually need it. Change-Id: I01c61c174858c1ade5cb54fd7ee1f582b17c3363
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index f285138..ef4d450 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -25,7 +25,6 @@
#include <string>
#include <set>
#include "dwarf2/call-site.h"
-#include "gdbsupport/gdb_vecs.h"
#include "gdbtypes.h"
#include "gdbsupport/gdb_obstack.h"
#include "gdbsupport/gdb_regex.h"