commit | bba38cda0f22a34c444760563c20cbfea0c3f78b | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Fri Apr 06 13:30:11 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Apr 06 13:30:11 2018 -0700 |
tree | a7b368e494f2851c5bbaadae95a72416eb210346 | |
parent | fe5ccdf783eb80b955afd034aa38ae7633b915e1 [diff] | |
parent | 6cebd27db86be9992fa2186908e90e07e9ce68ac [diff] |
Merge "storaged: remove unused includes" am: 0289f35b83 am: 6cebd27db8 Change-Id: Ia6f60132c3026621252015028cb7ebe2559a47bd
diff --git a/storaged/main.cpp b/storaged/main.cpp index b3f1281..3817fb5 100644 --- a/storaged/main.cpp +++ b/storaged/main.cpp
@@ -21,9 +21,6 @@ #include <getopt.h> #include <pthread.h> #include <stdio.h> -#include <sys/capability.h> -#include <sys/prctl.h> -#include <sys/resource.h> #include <sys/stat.h> #include <sys/types.h> #include <vector>