aboutsummaryrefslogtreecommitdiff
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
commit5e34e75e9ebb6fb8ec12565389b4ef2017140878 (patch)
tree9dcf87d6b09735601e58adb150a9faa22b03fdd8 /gdb/gcore.c
parenteb4c54a2884d1fc89fc500ab0a1a2877d8bc8bf7 (diff)
downloadgdb-5e34e75e9ebb6fb8ec12565389b4ef2017140878.zip
gdb-5e34e75e9ebb6fb8ec12565389b4ef2017140878.tar.gz
gdb-5e34e75e9ebb6fb8ec12565389b4ef2017140878.tar.bz2
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 25d1ed7..9532f14 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"