Index: pkg/compiler/lib/src/resolution/class_hierarchy.dart |
diff --git a/pkg/compiler/lib/src/resolution/class_hierarchy.dart b/pkg/compiler/lib/src/resolution/class_hierarchy.dart |
index 5b26ba07af0731cf1b622f91168a97c68f99fa49..738761ddfd9fb5fe16c3960f3513562800708747 100644 |
--- a/pkg/compiler/lib/src/resolution/class_hierarchy.dart |
+++ b/pkg/compiler/lib/src/resolution/class_hierarchy.dart |
@@ -25,9 +25,8 @@ import '../tree/tree.dart'; |
import '../util/util.dart' show |
Link, |
Setlet; |
-import '../universe/universe.dart' show |
- CallStructure, |
- Selector; |
+import '../universe/call_structure.dart' show |
+ CallStructure; |
import 'enum_creator.dart'; |
import 'members.dart' show |