| Index: packages/glob/lib/src/utils.dart
|
| diff --git a/packages/glob/lib/src/utils.dart b/packages/glob/lib/src/utils.dart
|
| index f17f2ed8cc64a5216c72d8ce41b1989678fb96f1..94f6a057c57bc6f835aa8ae6cef0ad7999e3d493 100644
|
| --- a/packages/glob/lib/src/utils.dart
|
| +++ b/packages/glob/lib/src/utils.dart
|
| @@ -2,8 +2,6 @@
|
| // 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 glob.utils;
|
| -
|
| import 'package:path/path.dart' as p;
|
|
|
| /// A range from [min] to [max], inclusive.
|
|
|