| Index: pkg/compiler/lib/src/universe/class_set.dart
|
| diff --git a/pkg/compiler/lib/src/universe/class_set.dart b/pkg/compiler/lib/src/universe/class_set.dart
|
| index 3790a03d097c89faf080a82f901e0d006da94eb8..ff086063238fe42539ec4ec6e9c3dafb0069e920 100644
|
| --- a/pkg/compiler/lib/src/universe/class_set.dart
|
| +++ b/pkg/compiler/lib/src/universe/class_set.dart
|
| @@ -6,7 +6,6 @@ library dart2js.world.class_set;
|
|
|
| import 'dart:collection' show
|
| IterableBase;
|
| -import '../common.dart';
|
| import '../elements/elements.dart' show
|
| ClassElement;
|
| import '../util/enumset.dart' show
|
|
|