diff --git a/src/Z.IO/System.IO.StreamReader/StreamReader.SkipLines.cs b/src/Z.IO/System.IO.StreamReader/StreamReader.SkipLines.cs
index a65dd716..a6c11393 100644
--- a/src/Z.IO/System.IO.StreamReader/StreamReader.SkipLines.cs
+++ b/src/Z.IO/System.IO.StreamReader/StreamReader.SkipLines.cs
@@ -4,14 +4,12 @@
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
// More projects: http://www.zzzprojects.com/
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
-
using System.IO;
-using System.Linq;
public static partial class Extensions
{
///
- /// Skips the specified number of lines in a stream reader based on its current position.
+ /// Skips the specified number of lines in a stream reader based on its current position.
///
/// The stream reader.
/// The number of lines to skip.