summaryrefslogtreecommitdiffstats
path: root/gdb/remote-nindy.c
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@cygnus>1992-03-03 23:26:26 +0000
committerMichael Tiemann <tiemann@cygnus>1992-03-03 23:26:26 +0000
commitd747e0af3d41f19815ab972f6fc9527fbf52804a (patch)
tree127a95ef768c02faf0fc52a8faf780d007d4a8ee /gdb/remote-nindy.c
parentaf7fc066436916bb4861dda3a5b736beae4f55cc (diff)
downloadppe42-binutils-d747e0af3d41f19815ab972f6fc9527fbf52804a.tar.gz
ppe42-binutils-d747e0af3d41f19815ab972f6fc9527fbf52804a.zip
Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)
* All GDB files that #include defs.h: Removed stdio.h. (defs.h): #include stdio.h. This has been tested by building GDBs for all targets hosted on Sun4. None of the build problems were related to stdio.h inclusion. (n.b. many configurations don't build for other reasons.)
Diffstat (limited to 'gdb/remote-nindy.c')
-rw-r--r--gdb/remote-nindy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c
index d5b4b59e53..d5b8e11950 100644
--- a/gdb/remote-nindy.c
+++ b/gdb/remote-nindy.c
@@ -95,12 +95,11 @@ NINDY ROM monitor at the other end of the line.
*
******************************************************************************/
-#include <stdio.h>
+#include "defs.h"
#include <signal.h>
#include <sys/types.h>
#include <setjmp.h>
-#include "defs.h"
#include "frame.h"
#include "inferior.h"
#include "target.h"
OpenPOWER on IntegriCloud