| Index: sdk/lib/core/core.dart
|
| diff --git a/sdk/lib/core/core.dart b/sdk/lib/core/core.dart
|
| index d178451e88f6f0fc8a1d99d4a70feee24e8d23ff..6dfc93884b404919ab74e959f9da84f52d589cc2 100644
|
| --- a/sdk/lib/core/core.dart
|
| +++ b/sdk/lib/core/core.dart
|
| @@ -17,8 +17,6 @@ part "exceptions.dart";
|
| part "expando.dart";
|
| part "expect.dart";
|
| part "function.dart";
|
| -part "future.dart";
|
| -part "future_impl.dart";
|
| part "hashable.dart";
|
| part "identical.dart";
|
| part "int.dart";
|
| @@ -34,8 +32,8 @@ part "pattern.dart";
|
| part "print.dart";
|
| part "queue.dart";
|
| part "regexp.dart";
|
| -part "sequences.dart";
|
| part "set.dart";
|
| +part "sink.dart";
|
| part "sort.dart";
|
| part "stopwatch.dart";
|
| part "string.dart";
|
|
|