summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-04-08 17:59:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-04-08 17:59:15 +0000
commitac6335cdc222a0a2e84c0ff99b8821d4c58ef4d2 (patch)
tree0b2a76160f161561c73f54fb24adc8dd55b2fbca
parent0f736495ff243d6282693b113fe5c76e8a1a9457 (diff)
parent9d6d7b3a82eb58c4c8b6902a4adc015775852973 (diff)
downloadnative-ac6335cdc222a0a2e84c0ff99b8821d4c58ef4d2.tar.gz
Merge "Don't include <sys/sysconf.h>."android-n-preview-2
-rw-r--r--cmds/dumpstate/utils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/dumpstate/utils.cpp b/cmds/dumpstate/utils.cpp
index e37fe78519..d2d717accd 100644
--- a/cmds/dumpstate/utils.cpp
+++ b/cmds/dumpstate/utils.cpp
@@ -26,7 +26,6 @@
#include <string.h>
#include <sys/inotify.h>
#include <sys/stat.h>
-#include <sys/sysconf.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <sys/klog.h>