Index: runtime/vm/thread_win.cc |
diff --git a/runtime/vm/thread_win.cc b/runtime/vm/thread_win.cc |
index 5851bf41fc25241cdbc0d51abb08d4597191e306..0e5f5c1a79b6f909559ac4ad91d71221903e50d6 100644 |
--- a/runtime/vm/thread_win.cc |
+++ b/runtime/vm/thread_win.cc |
@@ -1,12 +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 <process.h> |
- |
#include "vm/thread.h" |
-#include "vm/assert.h" |
+#include <process.h> |
+ |
+#include "platform/assert.h" |
namespace dart { |