Skip to content
Merged
Prev Previous commit
Next Next commit
Revert unnecessary changes.
  • Loading branch information
eerhardt committed Jun 24, 2021
commit 12f52f8b46377bbd5ad010bd430ee14c5155a212
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.IO;
using System.Runtime.InteropServices;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

using System.Buffers;
using System.IO;
using System.Runtime.InteropServices;

namespace System.Drawing.Internal
{
Expand Down