Index: runtime/lib/isolate.cc |
diff --git a/runtime/lib/isolate.cc b/runtime/lib/isolate.cc |
index d3f9bca19fa4541a9b1448c724892cc19e538fa3..494e56e2eef6bc7a425b4f451e97474e0cd54113 100644 |
--- a/runtime/lib/isolate.cc |
+++ b/runtime/lib/isolate.cc |
@@ -1,10 +1,9 @@ |
-// 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 "platform/assert.h" |
#include "vm/bootstrap_natives.h" |
- |
-#include "vm/assert.h" |
#include "vm/class_finalizer.h" |
#include "vm/dart.h" |
#include "vm/dart_api_impl.h" |