summaryrefslogtreecommitdiff
path: root/uidswap.c
diff options
context:
space:
mode:
authorKeun Soo Yim <yim@google.com>2015-05-05 14:41:41 -0700
committerKeun Soo Yim <yim@google.com>2015-05-05 14:41:41 -0700
commitb5de6ef9f08b6ec91795b2fae6a44eb354985285 (patch)
treec59f95fecb7c040af7fad0bf018e50b4f3ff6a5b /uidswap.c
parentd1a571f0594336e16fea678e3214bbc226163f7c (diff)
Removed an unused header include
That file doesn't exist at least jb-gce-dev Change-Id: I4a3cd97f2ee071ae74cb166baf38057671d76fef
Diffstat (limited to 'uidswap.c')
-rw-r--r--uidswap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/uidswap.c b/uidswap.c
index ce7a00de..95f5902b 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -30,7 +30,6 @@
#ifdef ANDROID
#include <private/android_filesystem_config.h>
-#include <sys/capability.h>
#include <sys/prctl.h>
#endif