aboutsummaryrefslogtreecommitdiffstats
path: root/minadbd
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-03-01 09:16:26 -0800
committerNick Kralevich <nnk@google.com>2013-03-01 09:16:26 -0800
commit05aa743493279f9637cf52581b9b4729c7141f1e (patch)
treef409e9713f1a67839b170f76e42c273667b91449 /minadbd
parentf7d423403d0aed6b8488559185e2246257abc58b (diff)
downloadbootable_recovery-05aa743493279f9637cf52581b9b4729c7141f1e.zip
bootable_recovery-05aa743493279f9637cf52581b9b4729c7141f1e.tar.gz
bootable_recovery-05aa743493279f9637cf52581b9b4729c7141f1e.tar.bz2
minadbd: remove unnecessary header files.
Change-Id: Iff2b53d9e63b279d0262cd2e9cfb11e0ca4d6b42
Diffstat (limited to 'minadbd')
-rw-r--r--minadbd/adb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/minadbd/adb.c b/minadbd/adb.c
index 0e8fd2a..948f4b7 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 );