aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/elf_core_dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/linux/elf_core_dump.h')
-rw-r--r--src/common/linux/elf_core_dump.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/linux/elf_core_dump.h b/src/common/linux/elf_core_dump.h
index dd846f09..d03c7a88 100644
--- a/src/common/linux/elf_core_dump.h
+++ b/src/common/linux/elf_core_dump.h
@@ -34,15 +34,10 @@
#define COMMON_LINUX_ELF_CORE_DUMP_H_
#include <elf.h>
-#if !defined(__ANDROID__)
#include <link.h>
-#endif
#include <stddef.h>
#include "common/memory_range.h"
-#if defined(__ANDROID__)
-#include "common/linux/android_link.h"
-#endif
namespace google_breakpad {