Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index a4cca50575e678186782c149e8059639f6c75704..5e220fbc5d039bfe473899d7aec8c66d3d3e770e 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -1,11 +1,11 @@ |
| -// 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_OBJECT_H_ |
| #define VM_OBJECT_H_ |
| -#include "vm/assert.h" |
| +#include "platform/assert.h" |
| #include "vm/dart.h" |
| #include "vm/globals.h" |
| #include "vm/handles.h" |