| Index: runtime/vm/stub_code.cc
|
| diff --git a/runtime/vm/stub_code.cc b/runtime/vm/stub_code.cc
|
| index ff3b80bca8e32e694b2eaf07c7d5d666b98fe7b8..42c1bc13da995a258e24e97a2e2f2a5de0e2f682 100644
|
| --- a/runtime/vm/stub_code.cc
|
| +++ b/runtime/vm/stub_code.cc
|
| @@ -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.
|
|
|
| #include "vm/stub_code.h"
|
|
|
| +#include "platform/assert.h"
|
| #include "vm/assembler.h"
|
| -#include "vm/assert.h"
|
| #include "vm/disassembler.h"
|
| #include "vm/flags.h"
|
| #include "vm/virtual_memory.h"
|
|
|