aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/linux')
-rw-r--r--src/common/linux/elf_core_dump.h5
-rw-r--r--src/common/linux/elfutils.h5
2 files changed, 0 insertions, 10 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 {
diff --git a/src/common/linux/elfutils.h b/src/common/linux/elfutils.h
index 95105966..748da988 100644
--- a/src/common/linux/elfutils.h
+++ b/src/common/linux/elfutils.h
@@ -33,13 +33,8 @@
#ifndef COMMON_LINUX_ELFUTILS_H__
#define COMMON_LINUX_ELFUTILS_H__
-#if defined(__ANDROID__)
-#include <linux/elf.h>
-#include "client/linux/android_link.h"
-#else
#include <elf.h>
#include <link.h>
-#endif
#include <stdint.h>
namespace google_breakpad {