Index: lib/src/lazy_stream.dart |
diff --git a/lib/src/lazy_stream.dart b/lib/src/lazy_stream.dart |
index 1878d4cfb30ec3547f9ed36a144ccc00ed23e305..3ba49531fcf555369a5f28f33b085946d1b8e448 100644 |
--- a/lib/src/lazy_stream.dart |
+++ b/lib/src/lazy_stream.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 async.lazy_stream; |
- |
import "dart:async"; |
import "stream_completer.dart"; |