Chromium Code Reviews| Index: runtime/vm/disassembler_arm.cc |
| diff --git a/runtime/vm/disassembler_arm.cc b/runtime/vm/disassembler_arm.cc |
| index 9170d80491850a8adf030f85248618e41b3984ba..7bb1f79929f34843abdffbb39b5a0b1c76462e6a 100644 |
| --- a/runtime/vm/disassembler_arm.cc |
| +++ b/runtime/vm/disassembler_arm.cc |
| @@ -1,13 +1,13 @@ |
| -// 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 "platform/assert.h" |
| #include "vm/globals.h" // Needed here to get TARGET_ARCH_ARM. |
| #if defined(TARGET_ARCH_ARM) |
| #include "vm/disassembler.h" |
|
Ivan Posva
2012/01/13 23:22:06
First? It is the moral equivalent of disassembler_
Søren Gjesse
2012/01/16 08:58:00
Done.
|
| -#include "vm/assert.h" |
| namespace dart { |