diff options
author | Christopher Ferris <cferris@google.com> | 2019-04-08 17:18:24 -0700 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2019-04-08 17:18:24 -0700 |
commit | 3336c7bce087d33cc9ab0b02139b39551539f8a6 (patch) | |
tree | d975c73efb2d595789c75bab7e91121d731e7ec5 /debuggerd/libdebuggerd/utility.cpp | |
parent | f4ccb804b6a1707089b6d3d1d48c59af5bedb36c (diff) |
Remove include of backtrace/Backtrace.h.
Somehow the code was still including this include from libbacktrace.
I think the libbacktrace include directory was coming from some
transitive includes. I verified that nothing in debuggerd is using
the libbacktace.so shared library.
Bug: 120606663
Test: Builds, unit tests pass.
Change-Id: I85c2837c5a539ccefc5a7140949988058d21697a
Diffstat (limited to 'debuggerd/libdebuggerd/utility.cpp')
-rw-r--r-- | debuggerd/libdebuggerd/utility.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debuggerd/libdebuggerd/utility.cpp b/debuggerd/libdebuggerd/utility.cpp index d0c5234d3..7aebea8fe 100644 --- a/debuggerd/libdebuggerd/utility.cpp +++ b/debuggerd/libdebuggerd/utility.cpp @@ -35,7 +35,6 @@ #include <android-base/stringprintf.h> #include <android-base/strings.h> #include <android-base/unique_fd.h> -#include <backtrace/Backtrace.h> #include <debuggerd/handler.h> #include <log/log.h> #include <unwindstack/Memory.h> |