Skip to content

Commit

Permalink
Move using declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
seionmoya committed Sep 25, 2024
1 parent 38df47c commit 008b59a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Zlib.Managed/ComponentAce/ZOutputStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
// All rights reserved.
// license: see LICENSE for more details.

using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using Elskom.Generic.Libs;

namespace ComponentAce.Compression.Libs.zlib
{
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;

/// <summary>
/// Class that provices a zlib output stream that supports
/// compression and decompression.
Expand Down

0 comments on commit 008b59a

Please sign in to comment.