| Index: runtime/vm/code_generator_ia32_test.cc
|
| diff --git a/runtime/vm/code_generator_ia32_test.cc b/runtime/vm/code_generator_ia32_test.cc
|
| index 3657dea0213a1e23a97a73d47159655a18ec0c8a..9277b5942842556cb92fcbdc8dc02771175ed72d 100644
|
| --- a/runtime/vm/code_generator_ia32_test.cc
|
| +++ b/runtime/vm/code_generator_ia32_test.cc
|
| @@ -1,16 +1,15 @@
|
| -// 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"
|
| #if defined(TARGET_ARCH_IA32)
|
|
|
| -#include "vm/code_generator.h"
|
| -
|
| #include "vm/ast.h"
|
| #include "vm/assembler.h"
|
| -#include "vm/assert.h"
|
| #include "vm/class_finalizer.h"
|
| +#include "vm/code_generator.h"
|
| #include "vm/compiler.h"
|
| #include "vm/dart_entry.h"
|
| #include "vm/native_entry.h"
|
|
|