Index: runtime/vm/dart_entry_test.cc |
diff --git a/runtime/vm/dart_entry_test.cc b/runtime/vm/dart_entry_test.cc |
index e86d1085839ad15c1f01dd283783af8e0ac20cf4..3021a3476993e1f196549575593a75f277fa5be3 100644 |
--- a/runtime/vm/dart_entry_test.cc |
+++ b/runtime/vm/dart_entry_test.cc |
@@ -1,9 +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/assembler.h" |
-#include "vm/assert.h" |
#include "vm/compiler.h" |
#include "vm/dart_entry.h" |
#include "vm/object.h" |