| Index: utils/pub/system_cache.dart
|
| diff --git a/utils/pub/system_cache.dart b/utils/pub/system_cache.dart
|
| index de949e83a1debb1c501d963c7b1d3ea5079105ef..1a4cdd08f4a36547ca1bb6fd43ababd8ce81bc84 100644
|
| --- a/utils/pub/system_cache.dart
|
| +++ b/utils/pub/system_cache.dart
|
| @@ -2,14 +2,14 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#library('system_cache');
|
| +library system_cache;
|
|
|
| -#import('io.dart');
|
| -#import('package.dart');
|
| -#import('source.dart');
|
| -#import('source_registry.dart');
|
| -#import('utils.dart');
|
| -#import('version.dart');
|
| +import 'io.dart';
|
| +import 'package.dart';
|
| +import 'source.dart';
|
| +import 'source_registry.dart';
|
| +import 'utils.dart';
|
| +import 'version.dart';
|
|
|
| /**
|
| * The system-wide cache of installed packages.
|
|
|