| Index: runtime/vm/thread.h
|
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
|
| index 353d142d144e9e8a70f630bfc0876f130370bc23..2c5fad007022f0c4d2e3b7d78b6591b9a557696f 100644
|
| --- a/runtime/vm/thread.h
|
| +++ b/runtime/vm/thread.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_THREAD_H_
|
| #define VM_THREAD_H_
|
|
|
| -#include "vm/assert.h"
|
| +#include "platform/assert.h"
|
| #include "vm/allocation.h"
|
| #include "vm/globals.h"
|
| #include "vm/isolate.h"
|
|
|