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/nindy-tdep.c | |
parent | af7fc066436916bb4861dda3a5b736beae4f55cc (diff) | |
download | binutils-gdb-d747e0af3d41f19815ab972f6fc9527fbf52804a.tar.gz |
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/nindy-tdep.c')
-rw-r--r-- | gdb/nindy-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/nindy-tdep.c b/gdb/nindy-tdep.c index 4996b53beb3..1d31601b659 100644 --- a/gdb/nindy-tdep.c +++ b/gdb/nindy-tdep.c @@ -21,7 +21,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Miscellaneous NINDY-dependent routines. Some replace macros normally defined in "tm.h". */ -#include <stdio.h> #include "defs.h" #include "symtab.h" #include "frame.h" |