| Index: pkg/compiler/lib/src/enqueue.dart
|
| diff --git a/pkg/compiler/lib/src/enqueue.dart b/pkg/compiler/lib/src/enqueue.dart
|
| index 3af53821936a790e2ff5ff7fc67a4cd4497aa40b..62734f16d46c2a159aee79f4437a5f3dad74a462 100644
|
| --- a/pkg/compiler/lib/src/enqueue.dart
|
| +++ b/pkg/compiler/lib/src/enqueue.dart
|
| @@ -14,7 +14,7 @@ import 'common/work.dart' show WorkItem;
|
| import 'common.dart';
|
| import 'compiler.dart' show Compiler, GlobalDependencyRegistry;
|
| import 'options.dart';
|
| -import 'dart_types.dart' show DartType, InterfaceType;
|
| +import 'elements/resolution_types.dart' show DartType, InterfaceType;
|
| import 'elements/elements.dart'
|
| show
|
| AnalyzableElement,
|
|
|