Index: runtime/lib/array.cc |
diff --git a/runtime/lib/array.cc b/runtime/lib/array.cc |
index 02bfedbd12c1dc178f9d19d03331bc62811ff6bd..9bf712e55310251ceab3c339542894e868a32c73 100644 |
--- a/runtime/lib/array.cc |
+++ b/runtime/lib/array.cc |
@@ -1,11 +1,10 @@ |
-// 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/assembler.h" |
-#include "vm/assert.h" |
#include "vm/bigint_operations.h" |
#include "vm/exceptions.h" |
#include "vm/native_entry.h" |