gdb: remove unused includes in break-*.c

These are reported as unused by clangd.

Change-Id: I80871e08b9d29c540f61d6ea91904197faf92065
This commit is contained in:
Simon Marchi
2025-07-16 10:48:17 -04:00
parent 50c1c57426
commit 69b067872b
5 changed files with 0 additions and 9 deletions

View File

@@ -18,9 +18,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "arch-utils.h"
#include <ctype.h>
#include "breakpoint.h"
#include "cli/cli-cmds.h"
#include "inferior.h"
#include "infrun.h"
#include "annotate.h"