| Index: pkg/compiler/lib/src/tokens/token.dart
|
| diff --git a/pkg/compiler/lib/src/tokens/token.dart b/pkg/compiler/lib/src/tokens/token.dart
|
| index e656f9e03068c8cf43391cf997a366be8ea509e2..4c33648e7d4ff715cd5c65990c1362d33f67988b 100644
|
| --- a/pkg/compiler/lib/src/tokens/token.dart
|
| +++ b/pkg/compiler/lib/src/tokens/token.dart
|
| @@ -9,9 +9,7 @@ import 'dart:convert' show
|
| import 'dart:collection' show
|
| HashSet;
|
|
|
| -import '../diagnostics/spannable.dart' show
|
| - Spannable,
|
| - SpannableAssertionFailure;
|
| +import '../common.dart';
|
| import '../util/util.dart' show
|
| computeHashCode;
|
|
|
|
|