Index: runtime/vm/virtual_memory.cc |
diff --git a/runtime/vm/virtual_memory.cc b/runtime/vm/virtual_memory.cc |
index 1bff7416752aa696aab33874c7800b6a2841a5c6..a618b4b3b029eedeff9714ba0c5b5477a1f0e5ba 100644 |
--- a/runtime/vm/virtual_memory.cc |
+++ b/runtime/vm/virtual_memory.cc |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "platform/assert.h" |
-#include "vm/utils.h" |
+#include "platform/utils.h" |
#include "vm/virtual_memory.h" |
Ivan Posva
2012/01/13 23:51:01
First here and in other files.
Søren Gjesse
2012/01/16 10:53:00
Done.
|
namespace dart { |