]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: remove unused includes in dbxread.c
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 2 Apr 2025 16:36:08 +0000 (12:36 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 2 Apr 2025 16:39:11 +0000 (12:39 -0400)
Remove includes reported as unused by clangd.

Change-Id: I12e5cf254d211f42f3cfdab90d1f42a5986e53a3

gdb/dbxread.c

index 86e59abaed6e4d36b86b80d2fcfa6738ed83be35..9e2e5722ab1dd54bca0d9ca6abb6b12a6e10c260 100644 (file)
    for real.  dbx_psymtab_to_symtab() is the function that does this */
 
 
-#include "event-top.h"
-#include "gdbsupport/gdb_obstack.h"
 #include <sys/stat.h>
 #include "symtab.h"
-#include "breakpoint.h"
 #include "target.h"
-#include "gdbcore.h"
 #include "libaout.h"
-#include "filenames.h"
 #include "objfiles.h"
-#include "buildsym-legacy.h"
 #include "stabsread.h"
 #include "gdb-stabs.h"
-#include "demangle.h"
-#include "complaints.h"
-#include "cp-abi.h"
 #include "cp-support.h"
-#include "c-lang.h"
-#include "psymtab.h"
-#include "block.h"
-#include "aout/aout64.h"
-#include "aout/stab_gnu.h"
-\f
+
 /* Required for the following registry.  */
 #include "gdb-stabs.h"
 
-\f
-\f
-
-
 /* Local function prototypes.  */
 
 static void dbx_symfile_init (struct objfile *);