From 6ecb870e368f88cacd94e570308edcc6f8e50458 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sat, 21 Aug 1993 03:26:21 +0000 Subject: [PATCH] * remote-nindy.c: Remove unused include of sys/ioctl.h. --- gdb/ChangeLog | 2 ++ gdb/remote-nindy.c | 7 +------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b47520092f..b180d67635 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Fri Aug 20 14:01:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * remote-nindy.c: Remove unused include of sys/ioctl.h. + * frame.h, symtab.h: Revise comments regarding baseregs. Fri Aug 20 15:07:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c index 8dfc40f3bc..c168511be7 100644 --- a/gdb/remote-nindy.c +++ b/gdb/remote-nindy.c @@ -93,7 +93,7 @@ NINDY ROM monitor at the other end of the line. * SEE THE FILE "stop.h" IN THE NINDY MONITOR SOURCE CODE FOR A LIST * OF STOP CODES. * - ******************************************************************************/ + ***************************************************************************/ #include "defs.h" #include @@ -110,14 +110,9 @@ NINDY ROM monitor at the other end of the line. #include "ieee-float.h" #include "wait.h" -#include #include #include #include "serial.h" -#if 0 -#include "nindy-share/ttycntl.h" -#include "nindy-share/demux.h" -#endif #include "nindy-share/env.h" #include "nindy-share/stop.h" -- 2.34.1