aboutsummaryrefslogtreecommitdiff
path: root/sources/android/crazy_linker
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2014-01-15 13:23:46 +0100
committerDavid 'Digit' Turner <digit@android.com>2014-01-15 13:24:47 +0100
commit48fb477d8b26a1e2b0d09ae134c013e0d610efad (patch)
tree169452c00671e2896ee9682e737ce9085aa1da6e /sources/android/crazy_linker
parentb76da9b5c111a709e4f594f4a46fb2282a6d91af (diff)
downloadndk-48fb477d8b26a1e2b0d09ae134c013e0d610efad.tar.gz
crazy_linker: Removed obsolete <sys/exec_elf.h> include.
It's no longer necessary since <elf.h> included from elf_traits.h will include it for us. BUG=NONE Change-Id: Ie36630379b2aa9e580a382d7cacbccd91f07013f
Diffstat (limited to 'sources/android/crazy_linker')
-rw-r--r--sources/android/crazy_linker/src/elf_traits.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/android/crazy_linker/src/elf_traits.h b/sources/android/crazy_linker/src/elf_traits.h
index afd69daa1..166cdb13b 100644
--- a/sources/android/crazy_linker/src/elf_traits.h
+++ b/sources/android/crazy_linker/src/elf_traits.h
@@ -8,7 +8,6 @@
// NOTE: <stdint.h> is required here before <elf.h>. This is a NDK header bug.
#include <stdint.h>
#include <elf.h>
-#include <sys/exec_elf.h>
// ELF is a traits structure used to provide convenient aliases for
// 32/64 bit Elf types, depending on the target CPU bitness.