Browse Source

Removed unnecessary using directives

pull/1574/head
Sergio Pedri 6 years ago
parent
commit
0d90e57e21
  1. 2
      src/ImageSharp/Advanced/IRowIntervalOperation.cs
  2. 2
      src/ImageSharp/Advanced/IRowIntervalOperation{TBuffer}.cs

2
src/ImageSharp/Advanced/IRowIntervalOperation.cs

@ -1,8 +1,6 @@
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System;
using System.Runtime.CompilerServices;
using SixLabors.ImageSharp.Memory;
namespace SixLabors.ImageSharp.Advanced

2
src/ImageSharp/Advanced/IRowIntervalOperation{TBuffer}.cs

@ -2,8 +2,6 @@
// Licensed under the Apache License, Version 2.0.
using System;
using System.Buffers;
using System.Runtime.CompilerServices;
using SixLabors.ImageSharp.Memory;
namespace SixLabors.ImageSharp.Advanced

Loading…
Cancel
Save