From 72f10fadb61f47fb994116736f97e7b598ca2543 Mon Sep 17 00:00:00 2001 From: Dave Anglin Date: Sat, 29 Nov 2008 00:26:39 +0000 Subject: [PATCH] * hpux-core.c: Don't include sys/file.h. --- bfd/ChangeLog | 4 ++++ bfd/hpux-core.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4f54f36e2d8..251fadcf669 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2008-11-28 John David Anglin + + * hpux-core.c: Don't include sys/file.h. + 2008-11-28 Joshua Kinard * aoutx.h (NAME): Add case statements for bfd_mach_mips14000, diff --git a/bfd/hpux-core.c b/bfd/hpux-core.c index 15cae102076..cf6749cf79f 100644 --- a/bfd/hpux-core.c +++ b/bfd/hpux-core.c @@ -66,7 +66,6 @@ #ifdef HPUX_CORE #include #endif -#include /* After a.out.h */ #include /* Kludge: There's no explicit mechanism provided by sys/core.h to -- 2.47.2