diff options
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <stdio.h> - #include "defs.h" #ifdef USE_PROC_FS /* Entire file goes away if not using /proc */ -#include <stdio.h> #include <sys/procfs.h> #include <fcntl.h> #include <errno.h> |