aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-darwin.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2023-09-28 13:47:45 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2023-09-28 21:18:12 -0400
commitc1cd9664073acfdc5096617cddcfd562dd2b1642 (patch)
tree7acf72094432efe05832b27fd864bd65ec8535ea /gdb/solib-darwin.h
parent2e75eb583e23ff7ae6a8038014314c43b31595ff (diff)
downloadbinutils-c1cd9664073acfdc5096617cddcfd562dd2b1642.zip
binutils-c1cd9664073acfdc5096617cddcfd562dd2b1642.tar.gz
binutils-c1cd9664073acfdc5096617cddcfd562dd2b1642.tar.bz2
gdb: remove unused imports in solib*.[ch]
I'm starting to work on these files, I thought it would be a good time to remove unused imports. These were identified by include-what-you-use. Tested by rebuilding. Change-Id: I3eaf3fa0ea3506c7ecfbc8ecff5031433b1dadb8 Reviewed-By: John Baldwin <jhb@FreeBSD.org>
Diffstat (limited to 'gdb/solib-darwin.h')
-rw-r--r--gdb/solib-darwin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/solib-darwin.h b/gdb/solib-darwin.h
index 6cb05e2..fb3e8ab 100644
--- a/gdb/solib-darwin.h
+++ b/gdb/solib-darwin.h
@@ -20,7 +20,6 @@
#ifndef SOLIB_DARWIN_H
#define SOLIB_DARWIN_H
-struct objfile;
struct target_so_ops;
extern const struct target_so_ops darwin_so_ops;