forked from Imagelibrary/binutils-gdb
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user