Clean unused using directives

Former-commit-id: 8576154d3f
This commit is contained in:
Malte Rosenbjerg 2020-07-20 15:26:34 +02:00
parent cd5116bd6f
commit ecec9d2ea4
8 changed files with 5 additions and 20 deletions

View file

@ -1,8 +1,5 @@
using FFMpegCore.Exceptions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Text;
namespace FFMpegCore.Test
{

View file

@ -1,5 +1,4 @@
using System;
using System.IO;
using System.IO;
using FFMpegCore.Enums;
namespace FFMpegCore.Test.Resources

View file

@ -1,7 +1,5 @@
using FFMpegCore.Exceptions;
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
namespace FFMpegCore.Enums

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using System.Text.RegularExpressions;
namespace FFMpegCore.Enums
{

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using System.Text.RegularExpressions;
namespace FFMpegCore.Enums
{

View file

@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;

View file

@ -1,5 +1,4 @@
using System;
using System.IO;
using System.IO;
using System.Text.Json;
using System.Threading.Tasks;
using FFMpegCore.Arguments;

View file

@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Text.Json.Serialization;
namespace FFMpegCore