Index: runtime/lib/byte_buffer.cc |
diff --git a/runtime/lib/byte_buffer.cc b/runtime/lib/byte_buffer.cc |
index caa295b4b09aaca6fe9a09000626251d9bc06b08..c69436bb8b33923e1639b4ba79921475cbdd7e4c 100644 |
--- a/runtime/lib/byte_buffer.cc |
+++ b/runtime/lib/byte_buffer.cc |
@@ -1,12 +1,11 @@ |
-// 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 "vm/bootstrap_natives.h" |
- |
+#include "platform/assert.h" |
#include "vm/assembler.h" |
-#include "vm/assert.h" |
#include "vm/bigint_operations.h" |
+#include "vm/bootstrap_natives.h" |
#include "vm/exceptions.h" |
#include "vm/native_entry.h" |
#include "vm/object.h" |