aboutsummaryrefslogtreecommitdiff
path: root/gdb/somread.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-07-14 21:34:09 +0000
committerStan Shebs <shebs@codesourcery.com>1994-07-14 21:34:09 +0000
commit8e3ff8235415e2ae6bb56e21b020ac585616993a (patch)
treeebab3ce1b64924b4551b03e5a59927e54bdddd40 /gdb/somread.c
parent8dbe58d843db2c5eadcc93f76a9df730747eea36 (diff)
downloadgdb-8e3ff8235415e2ae6bb56e21b020ac585616993a.zip
gdb-8e3ff8235415e2ae6bb56e21b020ac585616993a.tar.gz
gdb-8e3ff8235415e2ae6bb56e21b020ac585616993a.tar.bz2
* dbxread.c: Don't include libbfd.h.
* dwarfread.c, elfread.c somread.c: Don't include libbfd.h, <time.h>, or <sys/types.h>. * elfread.c (elf_symfile_read): Use only standard BFD functions to collect information about the stab and stab string sections.
Diffstat (limited to 'gdb/somread.c')
-rw-r--r--gdb/somread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/somread.c b/gdb/somread.c
index 0a2dc8b..d991019 100644
--- a/gdb/somread.c
+++ b/gdb/somread.c
@@ -20,9 +20,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "defs.h"
#include "bfd.h"
-#include <time.h> /* For time_t in libbfd.h. */
-#include <sys/types.h> /* For time_t, if not in time.h. */
-#include "libbfd.h"
#include "som.h"
#include "libhppa.h"
#include <syms.h>