| Index: lib/src/case_insensitive_map.dart
|
| diff --git a/lib/src/case_insensitive_map.dart b/lib/src/case_insensitive_map.dart
|
| index 34e85b24afb8f1858cfb678a1d38b00c2b7b5ced..870f84c04298795c9540be0b50cb0209648a070d 100644
|
| --- a/lib/src/case_insensitive_map.dart
|
| +++ b/lib/src/case_insensitive_map.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 http_parser.case_insensitive_map;
|
| -
|
| import 'package:collection/collection.dart';
|
|
|
| /// A map from case-insensitive strings to values.
|
|
|