Browse Source

Remove unused namespace

af/merge-core
James Jackson-South 8 years ago
parent
commit
db000f46a3
  1. 1
      src/ImageSharp/Formats/Gif/LzwDecoder.cs

1
src/ImageSharp/Formats/Gif/LzwDecoder.cs

@ -2,7 +2,6 @@
// Licensed under the Apache License, Version 2.0.
using System;
using System.Buffers;
using System.IO;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Loading…
Cancel
Save