Removed unused usings

This commit is contained in:
Jay Otterbein 2016-11-03 18:58:44 -05:00 committed by kaso17
parent 2002b9db9d
commit 0a61887474
1 changed files with 0 additions and 5 deletions

View File

@ -7,14 +7,9 @@ using Newtonsoft.Json.Linq;
using NLog;
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Web;
using Jackett.Models.IndexerConfig;
using System.Text.RegularExpressions;
using System.Xml.Linq;