diff options
Diffstat (limited to 'bfd/elfxx-aarch64.h')
-rw-r--r-- | bfd/elfxx-aarch64.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/elfxx-aarch64.h b/bfd/elfxx-aarch64.h index 301af73..0aa536a 100644 --- a/bfd/elfxx-aarch64.h +++ b/bfd/elfxx-aarch64.h @@ -18,10 +18,6 @@ along with this program; see the file COPYING3. If not, see <http://www.gnu.org/licenses/>. */ -#include "bfd.h" -#include "elf-bfd.h" -#include "stdint.h" - /* Take the PAGE component of an address or offset. */ #define PG(x) ((x) & ~ (bfd_vma) 0xfff) #define PG_OFFSET(x) ((x) & (bfd_vma) 0xfff) |