| Index: pkg/compiler/lib/src/deferred_load.dart
|
| diff --git a/pkg/compiler/lib/src/deferred_load.dart b/pkg/compiler/lib/src/deferred_load.dart
|
| index d0f312032be85144ac8ab5af99f8bc0ebba8ec60..62908833cee871d25253aa3b10a279b0e917f0d7 100644
|
| --- a/pkg/compiler/lib/src/deferred_load.dart
|
| +++ b/pkg/compiler/lib/src/deferred_load.dart
|
| @@ -4,10 +4,9 @@
|
|
|
| library deferred_load;
|
|
|
| +import 'common.dart';
|
| import 'common/backend_api.dart' show
|
| Backend;
|
| -import 'common/resolution.dart' show
|
| - Resolution;
|
| import 'common/tasks.dart' show
|
| CompilerTask;
|
| import 'compiler.dart' show
|
| @@ -18,10 +17,6 @@ import 'constants/values.dart' show
|
| DeferredConstantValue,
|
| StringConstantValue;
|
| import 'dart_types.dart';
|
| -import 'diagnostics/messages.dart' show
|
| - MessageKind;
|
| -import 'diagnostics/spannable.dart' show
|
| - Spannable;
|
| import 'elements/elements.dart' show
|
| AccessorElement,
|
| AstElement,
|
|
|