| Index: pkg/compiler/lib/src/common/resolution.dart
|
| diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart
|
| index 0ccd78e506942e2c2da01c9ce926c72efe0ff909..a267c34794aab49ab8a59fb25446c89df878946b 100644
|
| --- a/pkg/compiler/lib/src/common/resolution.dart
|
| +++ b/pkg/compiler/lib/src/common/resolution.dart
|
| @@ -6,7 +6,6 @@ library dart2js.common.resolution;
|
|
|
| import '../common.dart';
|
| import '../compile_time_constants.dart';
|
| -import '../compiler.dart' show Compiler;
|
| import '../constants/expressions.dart' show ConstantExpression;
|
| import '../constants/values.dart' show ConstantValue;
|
| import '../core_types.dart' show CommonElements;
|
| @@ -16,7 +15,6 @@ import '../elements/elements.dart'
|
| AstElement,
|
| ClassElement,
|
| Element,
|
| - Entity,
|
| ExecutableElement,
|
| FunctionElement,
|
| FunctionSignature,
|
| @@ -25,6 +23,7 @@ import '../elements/elements.dart'
|
| MethodElement,
|
| ResolvedAst,
|
| TypedefElement;
|
| +import '../elements/entities.dart';
|
| import '../enqueue.dart' show ResolutionEnqueuer;
|
| import '../id_generator.dart';
|
| import '../mirrors_used.dart';
|
|
|