| Index: mojo/dart/packages/mojo/lib/core.dart
|
| diff --git a/mojo/dart/packages/mojo/lib/core.dart b/mojo/dart/packages/mojo/lib/core.dart
|
| index 789fe6cf771736f4a5d8008d086443212679f34a..19dae70e0e6ea4aad01236be56b8d2ad9902f67f 100644
|
| --- a/mojo/dart/packages/mojo/lib/core.dart
|
| +++ b/mojo/dart/packages/mojo/lib/core.dart
|
| @@ -5,11 +5,11 @@
|
| library core;
|
|
|
| import 'dart:async';
|
| -import 'dart:collection';
|
| import 'dart:isolate';
|
| -import 'dart:mojo.internal';
|
| import 'dart:typed_data';
|
|
|
| +import 'src/internal.dart';
|
| +
|
| part 'src/buffer.dart';
|
| part 'src/data_pipe.dart';
|
| part 'src/drain_data.dart';
|
|
|