diff options
author | Michael Tiemann <tiemann@cygnus> | 1992-03-03 23:26:26 +0000 |
---|---|---|
committer | Michael Tiemann <tiemann@cygnus> | 1992-03-03 23:26:26 +0000 |
commit | d747e0af3d41f19815ab972f6fc9527fbf52804a (patch) | |
tree | 127a95ef768c02faf0fc52a8faf780d007d4a8ee /gdb/remote-adapt.c | |
parent | af7fc066436916bb4861dda3a5b736beae4f55cc (diff) | |
download | gdb-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-adapt.c')
-rw-r--r-- | gdb/remote-adapt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/remote-adapt.c b/gdb/remote-adapt.c index b102d03..1a75b1b 100644 --- a/gdb/remote-adapt.c +++ b/gdb/remote-adapt.c @@ -29,9 +29,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ o - I can't get 19200 baud rate to work. 7/91 o - Freeze mode tracing can be done on a 29050. */ -#include <stdio.h> -#include <string.h> #include "defs.h" +#include <string.h> #include "inferior.h" #include "wait.h" #include "value.h" |