Index: pkg/compiler/lib/src/resolution/enum_creator.dart |
diff --git a/pkg/compiler/lib/src/resolution/enum_creator.dart b/pkg/compiler/lib/src/resolution/enum_creator.dart |
index 7a25972b88e266aacd2e0219e207c3e5ecb3bf03..16882dcda0d64f2701543a3c6411bd662d3cf3e7 100644 |
--- a/pkg/compiler/lib/src/resolution/enum_creator.dart |
+++ b/pkg/compiler/lib/src/resolution/enum_creator.dart |
@@ -4,8 +4,8 @@ |
library dart2js.resolution.enum_creator; |
+import '../compiler.dart'; |
import '../dart_types.dart'; |
-import '../dart2jslib.dart'; |
import '../elements/elements.dart'; |
import '../elements/modelx.dart'; |
import '../scanner/scannerlib.dart'; |