Skip to content

Commit 52caddf

Browse files
SimonCroppantonfirsov
authored andcommitted
remove some redundant usings (#976)
1 parent f909517 commit 52caddf

File tree

10 files changed

+0
-14
lines changed

10 files changed

+0
-14
lines changed

src/ImageSharp/Advanced/AotCompilerTools.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
using SixLabors.ImageSharp.Processing.Processors.Dithering;
1010
using SixLabors.ImageSharp.Processing.Processors.Quantization;
1111
using SixLabors.ImageSharp.Processing.Processors.Transforms;
12-
using SixLabors.Primitives;
1312

1413
namespace SixLabors.ImageSharp.Advanced
1514
{

src/ImageSharp/Common/Helpers/Guard.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the Apache License, Version 2.0.
33

44
using System;
5-
using System.Collections.Generic;
65
using System.Diagnostics;
76
using System.Runtime.CompilerServices;
87

src/ImageSharp/Formats/Gif/GifEncoderCore.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.IO;
77
using System.Runtime.CompilerServices;
88
using System.Runtime.InteropServices;
9-
using System.Text;
109

1110
using SixLabors.ImageSharp.Advanced;
1211
using SixLabors.ImageSharp.Memory;

src/ImageSharp/Formats/Png/IPngDecoderOptions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Six Labors and contributors.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System.Text;
5-
64
namespace SixLabors.ImageSharp.Formats.Png
75
{
86
/// <summary>

src/ImageSharp/Formats/Png/PngDecoder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the Apache License, Version 2.0.
33

44
using System.IO;
5-
using System.Text;
65
using SixLabors.ImageSharp.PixelFormats;
76

87
namespace SixLabors.ImageSharp.Formats.Png

tests/ImageSharp.Tests/Drawing/Text/DrawText.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33

44
using System.Numerics;
55
using SixLabors.Fonts;
6-
using SixLabors.ImageSharp.PixelFormats;
76
using SixLabors.ImageSharp.Processing;
87
using SixLabors.ImageSharp.Processing.Processors.Text;
98
using SixLabors.Primitives;
10-
using SixLabors.Shapes;
119
using Xunit;
1210

1311
namespace SixLabors.ImageSharp.Tests.Drawing.Text

tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System;
55
using System.Collections.Generic;
66
using System.IO;
7-
using System.Text;
87
using SixLabors.ImageSharp.Advanced;
98
using SixLabors.ImageSharp.Formats.Gif;
109
using SixLabors.ImageSharp.Metadata;

tests/ImageSharp.Tests/Formats/Gif/GifMetaDataTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Collections.Generic;
55
using System.IO;
66
using System.Linq;
7-
using System.Text;
87

98
using SixLabors.ImageSharp.Formats.Gif;
109
using SixLabors.ImageSharp.Metadata;

tests/ImageSharp.Tests/MetaData/ImageMetaDataTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) Six Labors and contributors.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System.Collections.Generic;
5-
6-
using SixLabors.ImageSharp.Formats.Gif;
74
using SixLabors.ImageSharp.Metadata;
85
using SixLabors.ImageSharp.Metadata.Profiles.Exif;
96
using SixLabors.ImageSharp.PixelFormats;

tests/ImageSharp.Tests/MetaData/Profiles/Exif/ExifProfileTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using System.IO;
88
using System.Linq;
99
using System.Text;
10-
using SixLabors.ImageSharp.Formats.Jpeg.Components.Decoder;
1110
using SixLabors.ImageSharp.Metadata;
1211
using SixLabors.ImageSharp.Metadata.Profiles.Exif;
1312
using SixLabors.ImageSharp.PixelFormats;

0 commit comments

Comments
 (0)