| Index: runtime/vm/virtual_memory.cc
|
| diff --git a/runtime/vm/virtual_memory.cc b/runtime/vm/virtual_memory.cc
|
| index 4d647284f68eea685a74b94b1430e86757358479..67a67e264816bf2e20a4c1326b8a0c8bab3ebb43 100644
|
| --- a/runtime/vm/virtual_memory.cc
|
| +++ b/runtime/vm/virtual_memory.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/virtual_memory.h"
|
|
|
| -#include "vm/assert.h"
|
| +#include "platform/assert.h"
|
| #include "vm/utils.h"
|
|
|
| namespace dart {
|
|
|