* 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.
This commit is contained in:
Stan Shebs
1994-07-14 21:34:09 +00:00
parent 8dbe58d843
commit 8e3ff82354
4 changed files with 21 additions and 26 deletions

View File

@@ -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>