| Index: lib/src/solver/version_queue.dart
|
| diff --git a/lib/src/solver/version_queue.dart b/lib/src/solver/version_queue.dart
|
| index a6723aac50c3d6d18593f2a2ae1caab72dd98520..2526a1897c6028a10fd670f3d5f8e7e553015a2d 100644
|
| --- a/lib/src/solver/version_queue.dart
|
| +++ b/lib/src/solver/version_queue.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 pub.solver.version_queue;
|
| -
|
| import 'dart:async';
|
| import 'dart:collection' show Queue;
|
|
|
|
|