From: Pedro Alves Date: Fri, 18 May 2012 15:11:53 +0000 (+0000) Subject: 2012-05-18 Pedro Alves X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a0bfc8d1692df9d38f2932dc8a32f4bfea6cfb0;p=binutils-gdb.git 2012-05-18 Pedro Alves * mach-o.h: Don't include sysdep.h. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5edc067667e..66a7b19ff82 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2012-05-18 Pedro Alves + + * mach-o.h: Don't include sysdep.h. + 2012-05-18 Nick Clifton PR 14072 diff --git a/bfd/mach-o.h b/bfd/mach-o.h index 67ee43db827..7f54961c7f3 100644 --- a/bfd/mach-o.h +++ b/bfd/mach-o.h @@ -23,7 +23,6 @@ #ifndef _BFD_MACH_O_H_ #define _BFD_MACH_O_H_ -#include "sysdep.h" #include "bfd.h" #include "mach-o/loader.h"