Chromium Code Reviews| Index: runtime/vm/handles.cc |
| diff --git a/runtime/vm/handles.cc b/runtime/vm/handles.cc |
| index fd4e1d32bab33b1e0a2818fcbe70f2a58e7fb367..40956576936e3e5ece0fc74100e7c725c23fbb3b 100644 |
| --- a/runtime/vm/handles.cc |
| +++ b/runtime/vm/handles.cc |
| @@ -5,11 +5,11 @@ |
| #include "vm/handles.h" |
| #include "platform/assert.h" |
| +#include "platform/utils.h" |
| #include "vm/flags.h" |
| #include "vm/isolate.h" |
| #include "vm/os.h" |
| #include "vm/raw_object.h" |
| -#include "vm/utils.h" |
| #include "vm/visitor.h" |
| #include "vm/zone.h" |