Browse Source

Remove unused namespaces

pull/3051/head
James Jackson-South 4 months ago
parent
commit
08dd24fbee
  1. 1
      tests/ImageSharp.Tests/Formats/Png/PngDecoderTests.cs
  2. 1
      tests/ImageSharp.Tests/Formats/WebP/WebpDecoderTests.cs

1
tests/ImageSharp.Tests/Formats/Png/PngDecoderTests.cs

@ -5,7 +5,6 @@ using System.Runtime.Intrinsics.X86;
using Microsoft.DotNet.RemoteExecutor;
using SixLabors.ImageSharp.Formats;
using SixLabors.ImageSharp.Formats.Png;
using SixLabors.ImageSharp.Formats.Webp;
using SixLabors.ImageSharp.Memory;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Tests.TestUtilities;

1
tests/ImageSharp.Tests/Formats/WebP/WebpDecoderTests.cs

@ -3,7 +3,6 @@
using System.Runtime.Intrinsics.X86;
using SixLabors.ImageSharp.Formats;
using SixLabors.ImageSharp.Formats.Png;
using SixLabors.ImageSharp.Formats.Webp;
using SixLabors.ImageSharp.Metadata;
using SixLabors.ImageSharp.Metadata.Profiles.Exif;

Loading…
Cancel
Save