| Index: pkg/compiler/lib/src/common/work.dart
|
| diff --git a/pkg/compiler/lib/src/common/work.dart b/pkg/compiler/lib/src/common/work.dart
|
| index c36a2a5cb679d49f3891e169bd14ea717f511243..b8cd3517f97e71cfd653d84046e0b8fc429e2cfb 100644
|
| --- a/pkg/compiler/lib/src/common/work.dart
|
| +++ b/pkg/compiler/lib/src/common/work.dart
|
| @@ -5,9 +5,7 @@
|
| library dart2js.common.work;
|
|
|
| import '../common.dart';
|
| -import '../compiler.dart' show Compiler;
|
| import '../elements/elements.dart' show AstElement;
|
| -import '../enqueue.dart' show Enqueuer;
|
| import '../universe/world_impact.dart' show WorldImpact;
|
|
|
| abstract class WorkItem {
|
|
|