| Index: lib/http_parser.dart
|
| diff --git a/lib/http_parser.dart b/lib/http_parser.dart
|
| index 77c75c0aa9e6bbc245c46dabf64430d0f77349f3..2af40522bfad56f013b966d310bb7742a9796a13 100644
|
| --- a/lib/http_parser.dart
|
| +++ b/lib/http_parser.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;
|
| -
|
| export 'src/authentication_challenge.dart';
|
| export 'src/case_insensitive_map.dart';
|
| export 'src/http_date.dart';
|
|
|