From b9950f0c0f08ded31e8b041e483693619b6750fb Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 7 Oct 2006 06:01:37 +0000 Subject: the makefile will include elf.h for us #778 --- utils/ldd.c | 2 +- utils/readelf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/ldd.c b/utils/ldd.c index b454779e1..e0112924d 100644 --- a/utils/ldd.c +++ b/utils/ldd.c @@ -27,8 +27,8 @@ #include "bswap.h" #include "link.h" -#include "elf.h" #include "dl-defs.h" +/* makefile will include elf.h for us */ #ifdef DMALLOC #include diff --git a/utils/readelf.c b/utils/readelf.c index d562b1138..0ff5d2563 100644 --- a/utils/readelf.c +++ b/utils/readelf.c @@ -24,8 +24,8 @@ #include #include "bswap.h" -#include "elf.h" #include "link.h" +/* makefile will include elf.h for us */ int byteswap; inline uint32_t byteswap32_to_host(uint32_t value) -- cgit v1.2.3