aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-19 11:08:06 -0700
committerTom Tromey <tom@tromey.com>2023-01-19 11:09:10 -0700
commit5ea14aa4e53fa37f4ba4517497ed2c1e4c60dee2 (patch)
tree852c4d8c252148b301f6cc66b8e68cab8a50dea5 /gdb/remote.c
parentea2f6fad7e104fb65da6a438bb0ec753210f1e90 (diff)
downloadfsf-binutils-gdb-5ea14aa4e53fa37f4ba4517497ed2c1e4c60dee2.zip
fsf-binutils-gdb-5ea14aa4e53fa37f4ba4517497ed2c1e4c60dee2.tar.gz
fsf-binutils-gdb-5ea14aa4e53fa37f4ba4517497ed2c1e4c60dee2.tar.bz2
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.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 218bca3..0a6e293 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"