summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-03-01 18:16:26 +0100
committerNick Kralevich <nnk@google.com>2013-03-01 18:16:26 +0100
commit05aa743493279f9637cf52581b9b4729c7141f1e (patch)
treef409e9713f1a67839b170f76e42c273667b91449
parentam c560a67b: add optional overscan compensation to recovery graphics (diff)
downloadandroid_bootable_recovery-05aa743493279f9637cf52581b9b4729c7141f1e.tar
android_bootable_recovery-05aa743493279f9637cf52581b9b4729c7141f1e.tar.gz
android_bootable_recovery-05aa743493279f9637cf52581b9b4729c7141f1e.tar.bz2
android_bootable_recovery-05aa743493279f9637cf52581b9b4729c7141f1e.tar.lz
android_bootable_recovery-05aa743493279f9637cf52581b9b4729c7141f1e.tar.xz
android_bootable_recovery-05aa743493279f9637cf52581b9b4729c7141f1e.tar.zst
android_bootable_recovery-05aa743493279f9637cf52581b9b4729c7141f1e.zip
-rw-r--r--minadbd/adb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/minadbd/adb.c b/minadbd/adb.c
index 0e8fd2a7e..948f4b755 100644
--- a/minadbd/adb.c
+++ b/minadbd/adb.c
@@ -29,8 +29,6 @@
#include "adb.h"
#include <private/android_filesystem_config.h>
-#include <linux/capability.h>
-#include <linux/prctl.h>
#if ADB_TRACE
ADB_MUTEX_DEFINE( D_lock );