Index: pkg/compiler/lib/src/resolution/resolution.dart |
diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart |
index 625fd21eb98b197d53eb037e98e00cd7cde1df8b..dfd6b1dd9089a2313ce856882d46955a4cf102c0 100644 |
--- a/pkg/compiler/lib/src/resolution/resolution.dart |
+++ b/pkg/compiler/lib/src/resolution/resolution.dart |
@@ -36,8 +36,6 @@ import '../elements/modelx.dart' show |
ParameterMetadataAnnotation, |
SetterElementX, |
TypedefElementX; |
-import '../enqueue.dart' show |
- WorldImpact; |
import '../tokens/token.dart' show |
isBinaryOperator, |
isMinusOperator, |
@@ -45,6 +43,8 @@ import '../tokens/token.dart' show |
isUnaryOperator, |
isUserDefinableOperator; |
import '../tree/tree.dart'; |
+import '../universe/world_impact.dart' show |
+ WorldImpact; |
import '../util/util.dart' show |
Link, |
LinkBuilder, |