aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2024-04-22 22:34:13 -0400
committerSimon Marchi <simon.marchi@efficios.com>2024-05-30 15:20:25 -0400
commit8330f26f31be15ab5ba645dba5b31f8dec56d566 (patch)
tree81a8581a0e9a07be43631e170f76f8d076d208c6
parentbe408939b17af5ae17eb5e1fc43a0a8285ca82a1 (diff)
downloadbinutils-8330f26f31be15ab5ba645dba5b31f8dec56d566.zip
binutils-8330f26f31be15ab5ba645dba5b31f8dec56d566.tar.gz
binutils-8330f26f31be15ab5ba645dba5b31f8dec56d566.tar.bz2
gdb: remove unused includes in symfile.c
Remove some includes reported as unused by clangd. Change-Id: Iebd986eaf42409f1e526f09df0fcb0ce45c2fad6
-rw-r--r--gdb/symfile.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c
index 7ebb07d..f7f5be5 100644
--- a/gdb/symfile.c
+++ b/gdb/symfile.c
@@ -20,10 +20,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "arch-utils.h"
-#include "bfdlink.h"
+#include "cli/cli-cmds.h"
#include "extract-store-integer.h"
#include "symtab.h"
-#include "gdbtypes.h"
#include "gdbcore.h"
#include "frame.h"
#include "target.h"
@@ -31,27 +30,20 @@
#include "symfile.h"
#include "objfiles.h"
#include "source.h"
-#include "cli/cli-cmds.h"
#include "breakpoint.h"
#include "language.h"
#include "complaints.h"
-#include "demangle.h"
#include "inferior.h"
#include "regcache.h"
#include "filenames.h"
#include "gdbsupport/gdb_obstack.h"
#include "completer.h"
-#include "bcache.h"
-#include "hashtab.h"
#include "readline/tilde.h"
#include "block.h"
#include "observable.h"
#include "exec.h"
-#include "parser-defs.h"
#include "varobj.h"
-#include "elf-bfd.h"
#include "solib.h"
-#include "remote.h"
#include "stack.h"
#include "gdb_bfd.h"
#include "cli/cli-utils.h"