commit | 747b421a22c920d8f8894f9ccf8655328441aa3a | [log] [tgz] |
---|---|---|
author | Paul Crowley <paulcrowley@google.com> | Fri Apr 05 04:09:57 2019 -0700 |
committer | Paul Crowley <paulcrowley@google.com> | Fri Apr 05 04:09:57 2019 -0700 |
tree | 2c6b16257efeff5e1dc9adb9f94ca2a2c7aeda34 | |
parent | 11621353f257da69595d5c608b75d5220532f06c [diff] [blame] |
clang-format Utils.cpp Test: treehugger Change-Id: I405750812ae037088492bfa7d8db6a8a56cb3425
diff --git a/Utils.cpp b/Utils.cpp index 405c22e..6a3830f 100644 --- a/Utils.cpp +++ b/Utils.cpp
@@ -36,13 +36,13 @@ #include <mntent.h> #include <stdio.h> #include <stdlib.h> -#include <unistd.h> #include <sys/mount.h> #include <sys/stat.h> #include <sys/statvfs.h> #include <sys/sysmacros.h> #include <sys/types.h> #include <sys/wait.h> +#include <unistd.h> #include <list> #include <mutex>