| Index: lib/coreimpl/coreimpl.dart
|
| diff --git a/lib/coreimpl/coreimpl.dart b/lib/coreimpl/coreimpl.dart
|
| index 4e6d4e4fa066cd07080f9aa232001e30fd604a00..86433d63ed227af7950ac7b415d289d13482e54a 100644
|
| --- a/lib/coreimpl/coreimpl.dart
|
| +++ b/lib/coreimpl/coreimpl.dart
|
| @@ -3,9 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library("dart:coreimpl");
|
| -
|
| #import("dart:math");
|
| -
|
| #source("arrays.dart");
|
| #source("collections.dart");
|
| #source("date.dart");
|
| @@ -24,5 +22,5 @@
|
| #source("regexp.dart");
|
| #source("splay_tree.dart");
|
| #source("stopwatch_implementation.dart");
|
| -#source("string.dart");
|
| #source("string_buffer.dart");
|
| +#source("string.dart");
|
|
|