| Index: pkg/compiler/lib/src/universe/use.dart
|
| diff --git a/pkg/compiler/lib/src/universe/use.dart b/pkg/compiler/lib/src/universe/use.dart
|
| index bb6b1535c641f8a616d5ebd54fa8d277a6cff58b..e795f0234a5753e9fff6302d670a1f18540faa92 100644
|
| --- a/pkg/compiler/lib/src/universe/use.dart
|
| +++ b/pkg/compiler/lib/src/universe/use.dart
|
| @@ -11,9 +11,8 @@ import '../closure.dart' show BoxFieldElement;
|
| import '../common.dart';
|
| import '../dart_types.dart';
|
| import '../elements/elements.dart';
|
| -import '../world.dart' show ClassWorld;
|
| import '../util/util.dart' show Hashing;
|
| -
|
| +import '../world.dart' show ClassWorld;
|
| import 'call_structure.dart' show CallStructure;
|
| import 'selector.dart' show Selector;
|
| import 'universe.dart' show ReceiverConstraint;
|
|
|