gdb, testsuite: clean duplicate header includes

Some of the gdb and testsuite files double include some headers. While
all headers use include guards, it helps a bit keeping the code base
tidy.

No functional change.

Approved-by: Kevin Buettner <kevinb@redhat.com>
This commit is contained in:
Gerlicher, Klaus
2024-09-13 07:55:33 +00:00
parent 1f4aee70ed
commit bd12abcf00
14 changed files with 0 additions and 15 deletions

View File

@@ -51,7 +51,6 @@
#include "cli/cli-cmds.h"
#include "cli/cli-style.h"
#include "cli/cli-utils.h"
#include "cli/cli-style.h"
#include "extension.h"
#include "gdbsupport/pathstuff.h"