| Index: runtime/vm/freelist.h
|
| diff --git a/runtime/vm/freelist.h b/runtime/vm/freelist.h
|
| index b63a1f1847f597f59147ff4681abfcec69d81929..64f0574811c49ee13cbf2235338349c61d2ebc13 100644
|
| --- a/runtime/vm/freelist.h
|
| +++ b/runtime/vm/freelist.h
|
| @@ -1,12 +1,12 @@
|
| -// 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_FREELIST_H_
|
| #define VM_FREELIST_H_
|
|
|
| +#include "platform/assert.h"
|
| #include "vm/allocation.h"
|
| -#include "vm/assert.h"
|
| #include "vm/raw_object.h"
|
|
|
| namespace dart {
|
|
|