aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sa.sparc.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-sa.sparc.c
parentaf7fc066436916bb4861dda3a5b736beae4f55cc (diff)
downloadgdb-d747e0af3d41f19815ab972f6fc9527fbf52804a.zip
gdb-d747e0af3d41f19815ab972f6fc9527fbf52804a.tar.gz
gdb-d747e0af3d41f19815ab972f6fc9527fbf52804a.tar.bz2
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-sa.sparc.c')
-rw-r--r--gdb/remote-sa.sparc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/remote-sa.sparc.c b/gdb/remote-sa.sparc.c
index 20f84a1..6dae0c9 100644
--- a/gdb/remote-sa.sparc.c
+++ b/gdb/remote-sa.sparc.c
@@ -4,10 +4,9 @@
/* Memory-access and commands for inferior process, for GDB.
*/
+#include "defs.h"
#include <sys/errno.h>
#include <setjmp.h>
-#include <stdio.h>
-#include "defs.h"
#include "frame.h"
#include "value.h"
#include "inferior.h"