Index: runtime/vm/pages.cc |
diff --git a/runtime/vm/pages.cc b/runtime/vm/pages.cc |
index 2a140c92785613f08149cb3cd6afc5db7394e59c..295528789b1004a09185c114f61c9c5852b9c685 100644 |
--- a/runtime/vm/pages.cc |
+++ b/runtime/vm/pages.cc |
@@ -1,13 +1,12 @@ |
-// 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/pages.h" |
- |
-#include "vm/assert.h" |
+#include "platform/assert.h" |
#include "vm/gc_marker.h" |
#include "vm/gc_sweeper.h" |
#include "vm/object.h" |
+#include "vm/pages.h" |
Ivan Posva
2012/01/13 23:22:06
First.
Søren Gjesse
2012/01/16 08:58:00
Done.
|
#include "vm/virtual_memory.h" |
namespace dart { |