Chromium Code Reviews| Index: runtime/vm/virtual_memory_macos.cc |
| diff --git a/runtime/vm/virtual_memory_macos.cc b/runtime/vm/virtual_memory_macos.cc |
| index 0cf2dadc9d0c156564d76cffa90f460e58d11801..ea431c1b22d527047f0a8798e1fef7d17afda6ea 100644 |
| --- a/runtime/vm/virtual_memory_macos.cc |
| +++ b/runtime/vm/virtual_memory_macos.cc |
| @@ -1,13 +1,13 @@ |
| -// 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 <sys/mman.h> |
| #include <unistd.h> |
| -#include "vm/virtual_memory.h" |
| -#include "vm/assert.h" |
| +#include "platform/assert.h" |
| #include "vm/utils.h" |
| +#include "vm/virtual_memory.h" |
|
Ivan Posva
2012/01/13 23:22:06
.
Søren Gjesse
2012/01/16 08:58:00
Done.
|
| namespace dart { |