| Index: runtime/vm/snapshot.cc
|
| diff --git a/runtime/vm/snapshot.cc b/runtime/vm/snapshot.cc
|
| index 0dc1442f21b6c475ce662391f69ad01dc2178a36..3a95c294483f7a4cbb41c25b1c4fa76facf068eb 100644
|
| --- a/runtime/vm/snapshot.cc
|
| +++ b/runtime/vm/snapshot.cc
|
| @@ -1,10 +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/snapshot.h"
|
|
|
| -#include "vm/assert.h"
|
| +#include "platform/assert.h"
|
| #include "vm/bootstrap.h"
|
| #include "vm/heap.h"
|
| #include "vm/object.h"
|
|
|