| Index: runtime/vm/compiler_test.cc
|
| diff --git a/runtime/vm/compiler_test.cc b/runtime/vm/compiler_test.cc
|
| index 820bca1bfdc5e713d5665567a975774421651218..886f3a78e92725d38aac9cfe9f9bd82f4d1af284 100644
|
| --- a/runtime/vm/compiler_test.cc
|
| +++ b/runtime/vm/compiler_test.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/compiler.h"
|
| -
|
| -#include "vm/assert.h"
|
| #include "vm/object.h"
|
| #include "vm/unit_test.h"
|
|
|
|
|