| Index: runtime/vm/virtual_memory_linux.cc
|
| diff --git a/runtime/vm/virtual_memory_linux.cc b/runtime/vm/virtual_memory_linux.cc
|
| index 00068c3aa31d1ddf339899ab29ad501cd0238b2d..f7a898ab8a6f83eaabd1827db221848923e93a5d 100644
|
| --- a/runtime/vm/virtual_memory_linux.cc
|
| +++ b/runtime/vm/virtual_memory_linux.cc
|
| @@ -1,13 +1,14 @@
|
| -// 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 <sys/mman.h>
|
| #include <sys/unistd.h>
|
| #include <unistd.h>
|
|
|
| -#include "vm/virtual_memory.h"
|
| -#include "vm/assert.h"
|
| +#include "platform/assert.h"
|
| #include "vm/utils.h"
|
|
|
| namespace dart {
|
|
|