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..c9218ebf76563ffe8e8cdfe0c3e3c08b10b7a813 100644 |
--- a/runtime/vm/virtual_memory_linux.cc |
+++ b/runtime/vm/virtual_memory_linux.cc |
@@ -1,4 +1,4 @@ |
-// 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. |
@@ -6,9 +6,9 @@ |
#include <sys/unistd.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
First.
Søren Gjesse
2012/01/16 08:58:00
Done.
|
namespace dart { |