| Index: runtime/vm/snapshot_test.cc
|
| diff --git a/runtime/vm/snapshot_test.cc b/runtime/vm/snapshot_test.cc
|
| index 1b983afa975167cfb2d120b72dcfca5e1ec6d5ed..2c99fbd893fe0c2a03b76db7c4c13a340ed58a1b 100644
|
| --- a/runtime/vm/snapshot_test.cc
|
| +++ b/runtime/vm/snapshot_test.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/snapshot.h"
|
| -
|
| -#include "vm/assert.h"
|
| +#include "platform/assert.h"
|
| #include "vm/bigint_operations.h"
|
| #include "vm/class_finalizer.h"
|
| +#include "vm/snapshot.h"
|
| #include "vm/unit_test.h"
|
|
|
| namespace dart {
|
|
|