summaryrefslogtreecommitdiffstats
path: root/debuggerd/libdebuggerd/elf_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debuggerd/libdebuggerd/elf_utils.cpp')
-rw-r--r--debuggerd/libdebuggerd/elf_utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/debuggerd/libdebuggerd/elf_utils.cpp b/debuggerd/libdebuggerd/elf_utils.cpp
index 4e798e243..a35102f63 100644
--- a/debuggerd/libdebuggerd/elf_utils.cpp
+++ b/debuggerd/libdebuggerd/elf_utils.cpp
@@ -16,6 +16,8 @@
#define LOG_TAG "DEBUG"
+#include "libdebuggerd/elf_utils.h"
+
#include <elf.h>
#include <stdint.h>
#include <stdlib.h>
@@ -27,8 +29,6 @@
#include <backtrace/Backtrace.h>
#include <log/log.h>
-#include "elf_utils.h"
-
#define NOTE_ALIGN(size) (((size) + 3) & ~3)
template <typename HdrType, typename PhdrType, typename NhdrType>