diff options
Diffstat (limited to 'debuggerd/debuggerd.cpp')
-rw-r--r-- | debuggerd/debuggerd.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debuggerd/debuggerd.cpp b/debuggerd/debuggerd.cpp index 77c138f1e..a6d3d382e 100644 --- a/debuggerd/debuggerd.cpp +++ b/debuggerd/debuggerd.cpp @@ -19,6 +19,7 @@ #include <elf.h> #include <errno.h> #include <fcntl.h> +#include <linux/input.h> #include <pthread.h> #include <signal.h> #include <stdarg.h> @@ -39,16 +40,13 @@ #include <selinux/android.h> -#include <log/logger.h> - +#include <android/log.h> #include <android-base/file.h> #include <android-base/unique_fd.h> #include <cutils/debugger.h> #include <cutils/properties.h> #include <cutils/sockets.h> -#include <linux/input.h> - #include <private/android_filesystem_config.h> #include <debuggerd/client.h> |