diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2024-12-06 12:40:54 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2024-12-06 12:49:10 -0500 |
commit | c8889b9131755888f979f8ee7f238e2acbd54e5b (patch) | |
tree | 9c73eb11f033bbd13ceeb1ed29374d298c4d2437 /gdb/arch/arm-get-next-pcs.c | |
parent | 5e738d49145b8c262734c23cbbb840475118ffa6 (diff) | |
download | binutils-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/arch/arm-get-next-pcs.c')
-rw-r--r-- | gdb/arch/arm-get-next-pcs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/arch/arm-get-next-pcs.c b/gdb/arch/arm-get-next-pcs.c index 03115cf..6c18236 100644 --- a/gdb/arch/arm-get-next-pcs.c +++ b/gdb/arch/arm-get-next-pcs.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/gdb_vecs.h" #include "gdbsupport/common-regcache.h" #include "arm.h" #include "arm-get-next-pcs.h" |