| Index: runtime/vm/allocation.cc
|
| diff --git a/runtime/vm/allocation.cc b/runtime/vm/allocation.cc
|
| index 83eca039999fdf30bb8cd46419e816f45b403c94..f66aae8819c472b9a1d86bbd4beb5fb47457acb9 100644
|
| --- a/runtime/vm/allocation.cc
|
| +++ b/runtime/vm/allocation.cc
|
| @@ -1,10 +1,10 @@
|
| -// 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.
|
|
|
| #include "vm/allocation.h"
|
|
|
| -#include "vm/assert.h"
|
| +#include "platform/assert.h"
|
| #include "vm/isolate.h"
|
| #include "vm/zone.h"
|
|
|
|
|