Index: runtime/bin/platform_macos.cc |
diff --git a/runtime/bin/platform_macos.cc b/runtime/bin/platform_macos.cc |
index b9a1faa08ccc3fab73ee2fbf8c38f9bfa1d9d72e..e21ff135ba189651eaa52a8b3f12c02a155fe2d6 100644 |
--- a/runtime/bin/platform_macos.cc |
+++ b/runtime/bin/platform_macos.cc |
@@ -5,22 +5,19 @@ |
#include "platform/globals.h" |
#if defined(TARGET_OS_MACOS) |
-#include <mach-o/dyld.h> |
-#include <sys/types.h> |
-#include <sys/sysctl.h> |
- |
-#include "bin/file.h" |
-#include "bin/platform.h" |
- |
#if !TARGET_OS_IOS |
#include <crt_externs.h> // NOLINT |
#endif // !TARGET_OS_IOS |
+#include <mach-o/dyld.h> |
#include <signal.h> // NOLINT |
#include <string.h> // NOLINT |
+#include <sys/sysctl.h> // NOLINT |
+#include <sys/types.h> // NOLINT |
#include <unistd.h> // NOLINT |
#include "bin/fdutils.h" |
- |
+#include "bin/file.h" |
+#include "bin/platform.h" |
namespace dart { |
namespace bin { |