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
This commit is contained in:
Simon Marchi
2024-12-06 12:40:54 -05:00
parent 5e738d4914
commit c8889b9131
20 changed files with 8 additions and 12 deletions

View File

@@ -24,7 +24,6 @@
#include "charset-list.h"
#include "gdbsupport/environ.h"
#include "arch-utils.h"
#include "gdbsupport/gdb_vecs.h"
#include <ctype.h>
#ifdef USE_WIN32API