Index: pkg/compiler/lib/src/apiimpl.dart |
diff --git a/pkg/compiler/lib/src/apiimpl.dart b/pkg/compiler/lib/src/apiimpl.dart |
index 8567fb3f6538c995386242e259016304308e035f..3296953ecd4ca442097c59d4b663214eda6ff27d 100644 |
--- a/pkg/compiler/lib/src/apiimpl.dart |
+++ b/pkg/compiler/lib/src/apiimpl.dart |
@@ -12,7 +12,7 @@ import 'tree/tree.dart' as tree; |
import 'elements/elements.dart' as elements; |
import 'package:_internal/libraries.dart' hide LIBRARIES; |
import 'package:_internal/libraries.dart' as library_info show LIBRARIES; |
-import 'source_file.dart'; |
+import 'io/source_file.dart'; |
const bool forceIncrementalSupport = |
const bool.fromEnvironment('DART2JS_EXPERIMENTAL_INCREMENTAL_SUPPORT'); |