diff options
author | Josh Gao <jmgao@google.com> | 2017-08-29 13:08:32 -0700 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2017-08-29 15:18:46 -0700 |
commit | c3706668c67acdd8bcfb3df873991777d8bc1195 (patch) | |
tree | 792c3da63721078eefa77f6aef95b1555f5147f0 /debuggerd/libdebuggerd/utility.cpp | |
parent | 287e8348deff5f9dfc9b622f757ffcdc55bf307e (diff) |
libdebuggerd: cleanup.
Move libdebuggerd headers into their own directory for namespacing,
move some includes to the top of their implementing files, delete some
dead code.
Test: mma, treehugger
Change-Id: Ie4c44e32e2ab3bc678092899d257fd4ed634aa34
Diffstat (limited to 'debuggerd/libdebuggerd/utility.cpp')
-rw-r--r-- | debuggerd/libdebuggerd/utility.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/libdebuggerd/utility.cpp b/debuggerd/libdebuggerd/utility.cpp index 7f450e6bc..1b746527e 100644 --- a/debuggerd/libdebuggerd/utility.cpp +++ b/debuggerd/libdebuggerd/utility.cpp @@ -16,7 +16,7 @@ #define LOG_TAG "DEBUG" -#include "utility.h" +#include "libdebuggerd/utility.h" #include <errno.h> #include <signal.h> |