diff options
author | Gerlicher, Klaus <klaus.gerlicher@intel.com> | 2024-09-13 07:55:33 +0000 |
---|---|---|
committer | Gerlicher, Klaus <klaus.gerlicher@intel.com> | 2024-09-30 05:40:20 +0000 |
commit | bd12abcf00f7e75c765a6f748756af223f64c54f (patch) | |
tree | e894c0e27d9463a547de7248690dcde6eed74f8d /gdb/ppc-netbsd-tdep.c | |
parent | 1f4aee70ed17a5e0d582c00d8dd074e72e48105f (diff) | |
download | binutils-bd12abcf00f7e75c765a6f748756af223f64c54f.zip binutils-bd12abcf00f7e75c765a6f748756af223f64c54f.tar.gz binutils-bd12abcf00f7e75c765a6f748756af223f64c54f.tar.bz2 |
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>
Diffstat (limited to 'gdb/ppc-netbsd-tdep.c')
-rw-r--r-- | gdb/ppc-netbsd-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ppc-netbsd-tdep.c b/gdb/ppc-netbsd-tdep.c index d8e4c42..b412030 100644 --- a/gdb/ppc-netbsd-tdep.c +++ b/gdb/ppc-netbsd-tdep.c @@ -28,7 +28,6 @@ #include "ppc-tdep.h" #include "netbsd-tdep.h" -#include "ppc-tdep.h" #include "solib-svr4.h" /* Register offsets from <machine/reg.h>. */ |