| Index: runtime/vm/scavenger.h
|
| diff --git a/runtime/vm/scavenger.h b/runtime/vm/scavenger.h
|
| index 30659c707abc79847b2cf9b5f529527da8f1d57a..f03a70b6e6e104ade70ea4691392309b1101a95e 100644
|
| --- a/runtime/vm/scavenger.h
|
| +++ b/runtime/vm/scavenger.h
|
| @@ -1,11 +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.
|
|
|
| #ifndef VM_SCAVENGER_H_
|
| #define VM_SCAVENGER_H_
|
|
|
| -#include "vm/assert.h"
|
| +#include "platform/assert.h"
|
| #include "vm/flags.h"
|
| #include "vm/globals.h"
|
| #include "vm/raw_object.h"
|
|
|