From d747e0af3d41f19815ab972f6fc9527fbf52804a Mon Sep 17 00:00:00 2001 From: Michael Tiemann Date: Tue, 3 Mar 1992 23:26:26 +0000 Subject: 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.) --- gdb/i860-tdep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/i860-tdep.c') diff --git a/gdb/i860-tdep.c b/gdb/i860-tdep.c index 759f871..4d631db 100644 --- a/gdb/i860-tdep.c +++ b/gdb/i860-tdep.c @@ -19,12 +19,11 @@ In other words, go ahead and share GDB, but don't try to stop anyone else from sharing it farther. Help stamp out software hoarding! */ -#include +#include "defs.h" #include #include -#include "defs.h" #include "tm-i860.h" #include "frame.h" #include "inferior.h" -- cgit v1.1