Index: runtime/bin/file_macos.cc |
diff --git a/runtime/bin/file_macos.cc b/runtime/bin/file_macos.cc |
index 1211fad7c2c3eb783ded4ca6ec96515dc2bc03e7..81412f66e0c4440a4898e8bf8076cfae33fe7fcd 100644 |
--- a/runtime/bin/file_macos.cc |
+++ b/runtime/bin/file_macos.cc |
@@ -7,13 +7,13 @@ |
#include "bin/file.h" |
+#include <copyfile.h> // NOLINT |
#include <errno.h> // NOLINT |
#include <fcntl.h> // NOLINT |
-#include <copyfile.h> // NOLINT |
-#include <sys/stat.h> // NOLINT |
-#include <unistd.h> // NOLINT |
#include <libgen.h> // NOLINT |
#include <limits.h> // NOLINT |
+#include <sys/stat.h> // NOLINT |
+#include <unistd.h> // NOLINT |
#include "bin/builtin.h" |
#include "bin/fdutils.h" |