| Index: pkg/compiler/lib/src/resolution/secret_tree_element.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/secret_tree_element.dart b/pkg/compiler/lib/src/resolution/secret_tree_element.dart
|
| index 644f8454d266378987b8861fc5b85398dad1ca18..c4d2029e3fc1c259fd0b9ca2f81e982b234b9e7a 100644
|
| --- a/pkg/compiler/lib/src/resolution/secret_tree_element.dart
|
| +++ b/pkg/compiler/lib/src/resolution/secret_tree_element.dart
|
| @@ -18,8 +18,7 @@
|
| */
|
| library dart2js.resolution.secret_tree_element;
|
|
|
| -import '../diagnostics/invariant.dart' show invariant;
|
| -import '../diagnostics/spannable.dart' show Spannable;
|
| +import '../common.dart';
|
|
|
| /// Interface for associating
|
| abstract class TreeElementMixin {
|
|
|