public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Remove some unused includes
@ 2023-01-19 18:09 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2023-01-19 18:09 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5ea14aa4e53fa37f4ba4517497ed2c1e4c60dee2

commit 5ea14aa4e53fa37f4ba4517497ed2c1e4c60dee2
Author: Tom Tromey <tom@tromey.com>
Date:   Thu Jan 19 11:08:06 2023 -0700

    Remove some unused includes
    
    I noticed a few spots that include gnu-stabs.h but that do not need
    to.  This patch removes these unnecessary includes.  Tested by
    rebuilding.

Diff:
---
 gdb/objfiles.c | 1 -
 gdb/remote.c   | 1 -
 gdb/symfile.c  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/gdb/objfiles.c b/gdb/objfiles.c
index 411bf121ede..8e920c726f5 100644
--- a/gdb/objfiles.c
+++ b/gdb/objfiles.c
@@ -27,7 +27,6 @@
 #include "symtab.h"
 #include "symfile.h"
 #include "objfiles.h"
-#include "gdb-stabs.h"
 #include "target.h"
 #include "bcache.h"
 #include "expression.h"
diff --git a/gdb/remote.c b/gdb/remote.c
index 218bca30d04..0a6e293c095 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -30,7 +30,6 @@
 #include "process-stratum-target.h"
 #include "gdbcmd.h"
 #include "objfiles.h"
-#include "gdb-stabs.h"
 #include "gdbthread.h"
 #include "remote.h"
 #include "remote-notif.h"
diff --git a/gdb/symfile.c b/gdb/symfile.c
index e0942dfb22d..3e1aa405319 100644
--- a/gdb/symfile.c
+++ b/gdb/symfile.c
@@ -39,7 +39,6 @@
 #include "inferior.h"
 #include "regcache.h"
 #include "filenames.h"		/* for DOSish file names */
-#include "gdb-stabs.h"
 #include "gdbsupport/gdb_obstack.h"
 #include "completer.h"
 #include "bcache.h"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-19 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-19 18:09 [binutils-gdb] Remove some unused includes Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).