commit | bb3f17784f4f5a0e00b96cc67ea0ff0e51a9cb13 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Thu Apr 05 18:55:08 2018 -0700 |
committer | David Anderson <dvander@google.com> | Thu Apr 05 18:55:08 2018 -0700 |
tree | 1aac96c1c0d38a4e43ab86abf2894cee726bca7f | |
parent | 1266aa751c35c61d1ef5ed4a4fd80b357d4bfe5b [diff] |
storaged: remove unused includes Bug: 35323867 Test: N/A Change-Id: I21c0b62765dbd27a462288c5e7577905240720f0
diff --git a/storaged/main.cpp b/storaged/main.cpp index 6b82904..72ec58f 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>