OSDN Git Service

Removed an unused header include
authorKeun Soo Yim <yim@google.com>
Tue, 5 May 2015 21:41:41 +0000 (14:41 -0700)
committerKeun Soo Yim <yim@google.com>
Tue, 5 May 2015 21:41:41 +0000 (14:41 -0700)
That file doesn't exist at least jb-gce-dev

Change-Id: I4a3cd97f2ee071ae74cb166baf38057671d76fef

uidswap.c

index ce7a00d..95f5902 100644 (file)
--- 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