Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 5e220fbc5d039bfe473899d7aec8c66d3d3e770e..6e653a4fa36d772d9767514ab3de59e9dd15bb1f 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -6,6 +6,7 @@ |
#define VM_OBJECT_H_ |
#include "platform/assert.h" |
+#include "platform/utils.h" |
#include "vm/dart.h" |
#include "vm/globals.h" |
#include "vm/handles.h" |
@@ -14,7 +15,6 @@ |
#include "vm/os.h" |
#include "vm/raw_object.h" |
#include "vm/scanner.h" |
-#include "vm/utils.h" |
#include "include/dart_api.h" |