diff options
author | David Anderson <dvander@google.com> | 2018-04-06 20:08:50 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-04-06 20:08:50 +0000 |
commit | 0289f35b832824757f261775cc730f64a2bb7561 (patch) | |
tree | 3e9c52b2e4074089c1432c3127aaeb4458d48624 /storaged/main.cpp | |
parent | 7ee579f6ea17269d2e367be0b9aae8a562b2bba8 (diff) | |
parent | 6d65f7c61a23e5e110fa7116ea15033322028153 (diff) |
Merge "storaged: remove unused includes"
Diffstat (limited to 'storaged/main.cpp')
-rw-r--r-- | storaged/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/storaged/main.cpp b/storaged/main.cpp index 6b82904d2..72ec58fc4 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> |