diff --git a/debuggerd/Android.bp b/debuggerd/Android.bp index f993820b0..f86aaa014 100644 --- a/debuggerd/Android.bp +++ b/debuggerd/Android.bp @@ -275,7 +275,6 @@ cc_binary { "libdebuggerd_client", "liblog", "libprocinfo", - "libselinux", ], local_include_dirs: ["include"], diff --git a/debuggerd/debuggerd.cpp b/debuggerd/debuggerd.cpp index 0cc5f69cf..b016e23ee 100644 --- a/debuggerd/debuggerd.cpp +++ b/debuggerd/debuggerd.cpp @@ -28,7 +28,6 @@ #include #include #include -#include #include "util.h" using android::base::unique_fd; diff --git a/init/reboot.cpp b/init/reboot.cpp index c8bb98b54..34c98a740 100644 --- a/init/reboot.cpp +++ b/init/reboot.cpp @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include