| Index: runtime/vm/pages.cc
|
| diff --git a/runtime/vm/pages.cc b/runtime/vm/pages.cc
|
| index 2a140c92785613f08149cb3cd6afc5db7394e59c..052329c582ddb69263d8a0d9a738a0f4820836f0 100644
|
| --- a/runtime/vm/pages.cc
|
| +++ b/runtime/vm/pages.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/pages.h"
|
|
|
| -#include "vm/assert.h"
|
| +#include "platform/assert.h"
|
| #include "vm/gc_marker.h"
|
| #include "vm/gc_sweeper.h"
|
| #include "vm/object.h"
|
|
|