Reorder using directives

Former-commit-id: be32a14619
This commit is contained in:
Malte Rosenbjerg 2021-05-15 11:19:22 +02:00
parent 2bdfcdcb7a
commit 2ad0381413

View file

@ -1,11 +1,11 @@
using FFMpegCore.Pipes; using System;
using System;
using System.Drawing; using System.Drawing;
using System.Drawing.Imaging; using System.Drawing.Imaging;
using System.IO; using System.IO;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using FFMpegCore.Pipes;
namespace FFMpegCore.Extend namespace FFMpegCore.Extend
{ {