| Index: lib/core/core.dart
|
| diff --git a/lib/core/core.dart b/lib/core/core.dart
|
| index bebfeb3ea8e51f059de6d31c8ba212aea7d10024..13f5c4967a5b4844240ff319deb5f694fbf2980d 100644
|
| --- a/lib/core/core.dart
|
| +++ b/lib/core/core.dart
|
| @@ -3,10 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library("dart:core");
|
| -
|
| #import('dart:math');
|
| #import("dart:coreimpl");
|
| -
|
| #source("bool.dart");
|
| #source("collection.dart");
|
| #source("comparable.dart");
|
| @@ -34,6 +32,6 @@
|
| #source("regexp.dart");
|
| #source("set.dart");
|
| #source("stopwatch.dart");
|
| -#source("string.dart");
|
| #source("string_buffer.dart");
|
| +#source("string.dart");
|
| #source("strings.dart");
|
|
|