cleaned up extra usings.

This commit is contained in:
kay.one 2013-08-04 10:27:06 -07:00
commit 256520c551
21 changed files with 7 additions and 41 deletions

View file

@ -1,13 +1,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using NLog;
using NLog.Config;
using NzbDrone.Common;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Messaging;
using NzbDrone.Core.Configuration;
using NzbDrone.Core.Configuration.Events;