core: Sort and remove usings (#7159)

This commit is contained in:
Cory
2020-02-09 12:08:34 -06:00
committed by GitHub
parent c08f511d1e
commit 98541ac6f8
54 changed files with 151 additions and 178 deletions

View File

@@ -1,4 +1,9 @@
using CommandLine;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using CommandLine;
using CommandLine.Text;
using Jackett.Common.Models.Config;
using Jackett.Common.Services;
@@ -10,12 +15,6 @@ using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using NLog;
using NLog.Web;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
namespace Jackett.Server
{