summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2018-04-06 20:08:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-04-06 20:08:50 +0000
commit0289f35b832824757f261775cc730f64a2bb7561 (patch)
tree3e9c52b2e4074089c1432c3127aaeb4458d48624
parent7ee579f6ea17269d2e367be0b9aae8a562b2bba8 (diff)
parent6d65f7c61a23e5e110fa7116ea15033322028153 (diff)
Merge "storaged: remove unused includes"
-rw-r--r--storaged/main.cpp3
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>