| Index: runtime/vm/handles.cc
|
| diff --git a/runtime/vm/handles.cc b/runtime/vm/handles.cc
|
| index 1a793997e811ff90563ffa4aae75ed14f00a68b7..278cb1d62090d64b87e7a528d98ed0251ec5b1f6 100644
|
| --- a/runtime/vm/handles.cc
|
| +++ b/runtime/vm/handles.cc
|
| @@ -3,12 +3,12 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #include "platform/assert.h"
|
| +#include "platform/utils.h"
|
| #include "vm/handles.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"
|
|
|
|
|