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/xcoffexec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/xcoffexec.c') diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c index 7259b2199e2..e698ffcc0f6 100644 --- a/gdb/xcoffexec.c +++ b/gdb/xcoffexec.c @@ -21,7 +21,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* xcoff-exec - deal with executing XCOFF files. */ -#include +#include "defs.h" + #include #include #include @@ -30,7 +31,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include -#include "defs.h" #include "frame.h" #include "inferior.h" #include "target.h" -- cgit v1.2.1