Chromium Code Reviews| Index: runtime/vm/heap.cc |
| diff --git a/runtime/vm/heap.cc b/runtime/vm/heap.cc |
| index 456c0dc094b52b6fb7d6b8aab3d03d2b9de22030..5e99df85c62b12c0cfc2322a8dfa54a444d1d170 100644 |
| --- a/runtime/vm/heap.cc |
| +++ b/runtime/vm/heap.cc |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| #include "platform/assert.h" |
| +#include "platform/utils.h" |
| #include "vm/compiler_stats.h" |
| #include "vm/flags.h" |
| #include "vm/heap.h" |
|
Mads Ager (chromium)
2012/01/13 15:10:09
Move to the top.
Søren Gjesse
2012/01/16 10:53:00
Done.
|
| @@ -10,7 +11,6 @@ |
| #include "vm/os.h" |
| #include "vm/pages.h" |
| #include "vm/scavenger.h" |
| -#include "vm/utils.h" |
| #include "vm/verifier.h" |
| #include "vm/virtual_memory.h" |