Index: pkg/compiler/lib/src/resolution/send_resolver.dart |
diff --git a/pkg/compiler/lib/src/resolution/send_resolver.dart b/pkg/compiler/lib/src/resolution/send_resolver.dart |
index 49369ccf692c40b15d17d5115797cf1e32f5cc9e..93297f6fd574e119803aac64bd88f762c43579cd 100644 |
--- a/pkg/compiler/lib/src/resolution/send_resolver.dart |
+++ b/pkg/compiler/lib/src/resolution/send_resolver.dart |
@@ -13,7 +13,10 @@ import '../diagnostics/spannable.dart' show |
SpannableAssertionFailure; |
import '../elements/elements.dart'; |
import '../tree/tree.dart'; |
-import '../universe/universe.dart'; |
+import '../universe/call_structure.dart' show |
+ CallStructure; |
+import '../universe/selector.dart' show |
+ Selector; |
import 'access_semantics.dart'; |
import 'semantic_visitor.dart'; |