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/testsuite/gdb.arch/sparc64-adi.c | |
parent | 1f4aee70ed17a5e0d582c00d8dd074e72e48105f (diff) | |
download | gdb-bd12abcf00f7e75c765a6f748756af223f64c54f.zip gdb-bd12abcf00f7e75c765a6f748756af223f64c54f.tar.gz gdb-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/testsuite/gdb.arch/sparc64-adi.c')
-rw-r--r-- | gdb/testsuite/gdb.arch/sparc64-adi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/sparc64-adi.c b/gdb/testsuite/gdb.arch/sparc64-adi.c index aee5aca..97f6a99 100644 --- a/gdb/testsuite/gdb.arch/sparc64-adi.c +++ b/gdb/testsuite/gdb.arch/sparc64-adi.c @@ -31,7 +31,6 @@ #include <string.h> #include <signal.h> #include <sys/shm.h> -#include <errno.h> #include <sys/mman.h> #include <sys/stat.h> #include <fcntl.h> |