Chromium Code Reviews| Index: runtime/vm/virtual_memory.cc |
| diff --git a/runtime/vm/virtual_memory.cc b/runtime/vm/virtual_memory.cc |
| index 4d647284f68eea685a74b94b1430e86757358479..1bff7416752aa696aab33874c7800b6a2841a5c6 100644 |
| --- a/runtime/vm/virtual_memory.cc |
| +++ b/runtime/vm/virtual_memory.cc |
| @@ -1,11 +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" |
| +#include "vm/virtual_memory.h" |
|
Ivan Posva
2012/01/13 23:22:06
First.
Søren Gjesse
2012/01/16 08:58:00
Done.
|
| namespace dart { |