Index: runtime/vm/os_linux.cc |
diff --git a/runtime/vm/os_linux.cc b/runtime/vm/os_linux.cc |
index 4917956ab1a556944ead4fe920d84fe26de901d8..ffa081b5fbbebd5eb1118204cc49868b8f6b1274 100644 |
--- a/runtime/vm/os_linux.cc |
+++ b/runtime/vm/os_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. |
@@ -10,9 +10,9 @@ |
#include <sys/types.h> |
#include <unistd.h> |
+#include "platform/utils.h" |
#include "vm/isolate.h" |
#include "vm/os.h" |
-#include "vm/utils.h" |
namespace dart { |