]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: remove unused include in infrun.c
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Apr 2024 15:18:06 +0000 (11:18 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Apr 2024 15:19:03 +0000 (11:19 -0400)
commiteb97e68430f51fc120db4cde03abdffb0303f8ae
treec570e13c3b3219fb8a32346662e85f842304393d
parent0de4ba02693b74d9171789a6a624d4b40050a30e
gdb: remove unused include in infrun.c

Remove the gdbcmd.h, which is reported as unused by clangd.  Add
cli/cli-cmds.h instead, to get access to `cmdlist` and friends.

Change-Id: Ic0c60d2f6d3618f1bd9fd80b95ffd7c33c692a04
gdb/infrun.c