| Index: runtime/vm/code_index_table_test.cc
|
| diff --git a/runtime/vm/code_index_table_test.cc b/runtime/vm/code_index_table_test.cc
|
| index 4e939f50da528c97f2a493401b17f51567601682..3a14d43867e2742f8ce0a9d9e83d84c38bae4b58 100644
|
| --- a/runtime/vm/code_index_table_test.cc
|
| +++ b/runtime/vm/code_index_table_test.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 "vm/code_index_table.h"
|
| -
|
| -#include "vm/assert.h"
|
| +#include "platform/assert.h"
|
| #include "vm/class_finalizer.h"
|
| +#include "vm/code_index_table.h"
|
| #include "vm/compiler.h"
|
| #include "vm/object.h"
|
| #include "vm/unit_test.h"
|
|
|