Chromium Code Reviews| Index: runtime/vm/heap.h |
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
| index 1dc8ac109aa3d4d918aa39aab17f6488c89de307..1e6051b8bfbb0f73e81a87f833345406ad898581 100644 |
| --- a/runtime/vm/heap.h |
| +++ b/runtime/vm/heap.h |
| @@ -1,12 +1,12 @@ |
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| #ifndef VM_HEAP_H_ |
| #define VM_HEAP_H_ |
| +#include "platform/assert.h" |
| #include "vm/allocation.h" |
| -#include "vm/assert.h" |
| #include "vm/flags.h" |
| #include "vm/globals.h" |
| #include "vm/pages.h" |