summaryrefslogtreecommitdiff
path: root/gdb/gcore.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-08-06 15:53:08 +0000
committerAndrew Cagney <cagney@redhat.com>2002-08-06 15:53:08 +0000
commit30a6c7057859dd3678f303e3bf80f01850073c4e (patch)
treedce1c38834cf8c857c47e822f5381a6ee0c262ec /gdb/gcore.c
parent6eb7f3080c6b51804b1c7951137293959062ef68 (diff)
downloadgdb-30a6c7057859dd3678f303e3bf80f01850073c4e.tar.gz
2002-08-06 Andrew Cagney <ac131313@redhat.com>
* gcore.c: Do not include <sys/procfs.h>. * Makefile.in (gcore.o): Update dependencies.
Diffstat (limited to 'gdb/gcore.c')
-rw-r--r--gdb/gcore.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/gcore.c b/gdb/gcore.c
index 25d1ed70e24..9532f141e97 100644
--- a/gdb/gcore.c
+++ b/gdb/gcore.c
@@ -23,7 +23,6 @@
#include "inferior.h"
#include "gdbcore.h"
#include "elf-bfd.h"
-#include <sys/procfs.h>
#include "symfile.h"
#include "objfiles.h"