commit | dad6d445a992ee2e6c17d756688adfdd34107483 | [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 | 68ba4ec3f2b4b03472207f7a02d32fa1b2f280fd [diff] | |
parent | 3480149a9dda9bf91e5f243cc94a42d85acf5e4a [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>