| Index: pkg/compiler/lib/src/ssa/types.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/types.dart b/pkg/compiler/lib/src/ssa/types.dart
|
| index 21be147f44350e06165cd78997d995995e0f2c82..07e99b34d196ec84b13c37aad3d90c07a150f5c7 100644
|
| --- a/pkg/compiler/lib/src/ssa/types.dart
|
| +++ b/pkg/compiler/lib/src/ssa/types.dart
|
| @@ -2,11 +2,9 @@
|
| // 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.
|
|
|
| -import '../compiler.dart' show Compiler;
|
| import '../core_types.dart' show CommonElements;
|
| import '../elements/elements.dart';
|
| import '../native/native.dart' as native;
|
| -import '../tree/tree.dart' as ast;
|
| import '../types/types.dart';
|
| import '../universe/selector.dart' show Selector;
|
| import '../world.dart' show ClosedWorld;
|
|
|