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/procfs.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/procfs.c') diff --git a/gdb/procfs.c b/gdb/procfs.c index acebc11..c10ba0a 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -32,13 +32,10 @@ regardless of whether or not the actual target has floating point hardware. */ -#include - #include "defs.h" #ifdef USE_PROC_FS /* Entire file goes away if not using /proc */ -#include #include #include #include -- cgit v1.1