| Index: lib/compiler/implementation/lib/core.dart
|
| diff --git a/lib/compiler/implementation/lib/core.dart b/lib/compiler/implementation/lib/core.dart
|
| index dec89669157770c3dd97161b95db5938ec45c05d..8c01706d308f7a2c68e3e927765349c29686d2a8 100644
|
| --- a/lib/compiler/implementation/lib/core.dart
|
| +++ b/lib/compiler/implementation/lib/core.dart
|
| @@ -4,9 +4,7 @@
|
|
|
| #library('dart:core');
|
|
|
| -#import('coreimpl.dart');
|
| -
|
| -#import('js_helper.dart'); // TODO(ahe): remove this import.
|
| +#import('dart:coreimpl');
|
|
|
| #source('../../../../lib/core/bool.dart');
|
| #source('../../../../lib/core/collection.dart');
|
|
|