1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Removed unused using statements

This commit is contained in:
kay.one 2013-07-18 20:47:55 -07:00
parent e6447352f3
commit 9252c5269a
273 changed files with 112 additions and 857 deletions

View File

@ -1,7 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.IO;
using System.Reflection; using System.Reflection;
using System.Threading; using System.Threading;
using System.Web; using System.Web;

View File

@ -14,9 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marr.Data.Mapping; using Marr.Data.Mapping;
namespace Marr.Data.Converters namespace Marr.Data.Converters

View File

@ -14,9 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marr.Data.Mapping; using Marr.Data.Mapping;
namespace Marr.Data.Converters namespace Marr.Data.Converters

View File

@ -14,9 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.Converters namespace Marr.Data.Converters
{ {

View File

@ -14,9 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.Converters namespace Marr.Data.Converters
{ {

View File

@ -14,9 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marr.Data.Mapping; using Marr.Data.Mapping;
namespace Marr.Data.Converters namespace Marr.Data.Converters

View File

@ -14,9 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marr.Data.Mapping; using Marr.Data.Mapping;
namespace Marr.Data.Converters namespace Marr.Data.Converters

View File

@ -14,9 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marr.Data.Mapping; using Marr.Data.Mapping;
namespace Marr.Data.Converters namespace Marr.Data.Converters

View File

@ -15,8 +15,6 @@ You should have received a copy of the GNU Lesser General Public
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data; using System.Data;
using System.Reflection; using System.Reflection;
using Marr.Data.Mapping; using Marr.Data.Mapping;

View File

@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data namespace Marr.Data
{ {

View File

@ -16,10 +16,8 @@ You should have received a copy of the GNU Lesser General Public
using System; using System;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text;
using System.Data; using System.Data;
using System.Data.Common; using System.Data.Common;
using System.Linq;
using Marr.Data.Mapping; using Marr.Data.Mapping;
using System.Reflection; using System.Reflection;

View File

@ -1,8 +1,5 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Linq.Expressions;
namespace Marr.Data namespace Marr.Data
{ {

View File

@ -1,7 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections; using System.Collections;
namespace Marr.Data namespace Marr.Data

View File

@ -1,8 +1,4 @@
using System; using System.Data.Common;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.Common;
namespace Marr.Data namespace Marr.Data
{ {

View File

@ -1,6 +1,5 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text; using System.Text;
using Marr.Data.Mapping; using Marr.Data.Mapping;
using System.Data.Common; using System.Data.Common;

View File

@ -20,7 +20,6 @@ You should have received a copy of the GNU Lesser General Public
using Marr.Data.Parameters; using Marr.Data.Parameters;
using System.Linq.Expressions; using System.Linq.Expressions;
using Marr.Data.QGen; using Marr.Data.QGen;
using System.Reflection;
namespace Marr.Data namespace Marr.Data
{ {

View File

@ -15,9 +15,6 @@ You should have received a copy of the GNU Lesser General Public
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text;
using System.Reflection;
using System.Data.Common;
using Marr.Data.Converters; using Marr.Data.Converters;
using Marr.Data.Parameters; using Marr.Data.Parameters;
using Marr.Data.Mapping; using Marr.Data.Mapping;

View File

@ -14,11 +14,7 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Text;
using System.Data; using System.Data;
using System.Data.OleDb;
using System.Data.Common;
namespace Marr.Data.Mapping namespace Marr.Data.Mapping
{ {

View File

@ -1,9 +1,4 @@
using System; namespace Marr.Data.Mapping
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.Mapping
{ {
public class ColumnInfo : IColumnInfo public class ColumnInfo : IColumnInfo
{ {

View File

@ -1,7 +1,5 @@
using System; using System;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Data; using System.Data;
using Marr.Data.Mapping.Strategies; using Marr.Data.Mapping.Strategies;

View File

@ -13,14 +13,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text;
using System.Data; using System.Data;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using System.Data.Common; using System.Data.Common;
using System.Linq;
using System.Linq.Expressions;
namespace Marr.Data.Mapping namespace Marr.Data.Mapping
{ {

View File

@ -13,11 +13,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.Mapping namespace Marr.Data.Mapping
{ {
public enum EnumConversionType public enum EnumConversionType

View File

@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Reflection; using System.Reflection;
using Marr.Data.Mapping.Strategies; using Marr.Data.Mapping.Strategies;
using System.Collections; using System.Collections;

View File

@ -13,12 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System;
using System.Collections.Generic;
using System.Text;
using System.Data; using System.Data;
using System.Data.Common;
using System.Data.OleDb;
namespace Marr.Data.Mapping namespace Marr.Data.Mapping
{ {

View File

@ -14,8 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace Marr.Data.Mapping namespace Marr.Data.Mapping
{ {

View File

@ -1,7 +1,5 @@
using System; using System;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using Marr.Data.Mapping.Strategies; using Marr.Data.Mapping.Strategies;
using System.Reflection; using System.Reflection;
using System.Collections; using System.Collections;

View File

@ -1,9 +1,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Data.Common; using System.Data.Common;
using Marr.Data.Converters;
namespace Marr.Data.Mapping namespace Marr.Data.Mapping
{ {

View File

@ -14,8 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace Marr.Data.Mapping namespace Marr.Data.Mapping
{ {

View File

@ -1,7 +1,5 @@
using System; using System;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Linq.Expressions; using System.Linq.Expressions;
using Marr.Data.Mapping.Strategies; using Marr.Data.Mapping.Strategies;

View File

@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text;
namespace Marr.Data.Mapping namespace Marr.Data.Mapping
{ {

View File

@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.Mapping namespace Marr.Data.Mapping
{ {

View File

@ -14,12 +14,7 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Reflection; using System.Reflection;
using Marr.Data.Converters;
using Marr.Data.Parameters;
namespace Marr.Data.Mapping.Strategies namespace Marr.Data.Mapping.Strategies
{ {

View File

@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Reflection; using System.Reflection;
using System.Collections; using System.Collections;

View File

@ -14,9 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.Mapping.Strategies namespace Marr.Data.Mapping.Strategies
{ {

View File

@ -14,9 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Reflection; using System.Reflection;
namespace Marr.Data.Mapping.Strategies namespace Marr.Data.Mapping.Strategies

View File

@ -14,9 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Reflection; using System.Reflection;
namespace Marr.Data.Mapping.Strategies namespace Marr.Data.Mapping.Strategies

View File

@ -14,9 +14,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.Mapping namespace Marr.Data.Mapping
{ {

View File

@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.Mapping namespace Marr.Data.Mapping
{ {

View File

@ -14,11 +14,7 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data; using System.Data;
using Marr.Data.Mapping;
namespace Marr.Data.Parameters namespace Marr.Data.Parameters
{ {

View File

@ -14,11 +14,7 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data; using System.Data;
using Marr.Data.Mapping;
namespace Marr.Data.Parameters namespace Marr.Data.Parameters
{ {

View File

@ -14,11 +14,7 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.OleDb; using System.Data.OleDb;
using Marr.Data.Mapping;
namespace Marr.Data.Parameters namespace Marr.Data.Parameters
{ {

View File

@ -14,12 +14,8 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data; using System.Data;
using System.Data.SqlClient; using System.Data.SqlClient;
using Marr.Data.Mapping;
namespace Marr.Data.Parameters namespace Marr.Data.Parameters
{ {

View File

@ -1,11 +1,4 @@
using System; namespace Marr.Data.QGen
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marr.Data.Mapping;
using System.Data.Common;
namespace Marr.Data.QGen
{ {
/// <summary> /// <summary>
/// This class creates a SQL delete query. /// This class creates a SQL delete query.

View File

@ -1,6 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text; using System.Text;
namespace Marr.Data.QGen.Dialects namespace Marr.Data.QGen.Dialects

View File

@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.QGen.Dialects namespace Marr.Data.QGen.Dialects
{ {

View File

@ -1,5 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

View File

@ -1,9 +1,4 @@
using System; namespace Marr.Data.QGen.Dialects
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.QGen.Dialects
{ {
public class SqlServerCeDialect : Dialect public class SqlServerCeDialect : Dialect
{ {

View File

@ -1,9 +1,4 @@
using System; namespace Marr.Data.QGen.Dialects
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.QGen.Dialects
{ {
public class SqlServerDialect : Dialect public class SqlServerDialect : Dialect
{ {

View File

@ -1,9 +1,4 @@
using System; namespace Marr.Data.QGen.Dialects
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.QGen.Dialects
{ {
public class SqliteDialect : Dialect public class SqliteDialect : Dialect
{ {

View File

@ -3,9 +3,6 @@
*/ */
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Linq.Expressions; using System.Linq.Expressions;
namespace Marr.Data.QGen namespace Marr.Data.QGen

View File

@ -1,9 +1,4 @@
using System; namespace Marr.Data.QGen
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.QGen
{ {
internal interface IQuery internal interface IQuery
{ {

View File

@ -1,9 +1,4 @@
using System; namespace Marr.Data.QGen
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.QGen
{ {
public interface IQueryBuilder public interface IQueryBuilder
{ {

View File

@ -1,7 +1,4 @@
using System; using System.Text;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marr.Data.Mapping; using Marr.Data.Mapping;
using System.Data.Common; using System.Data.Common;
using Marr.Data.QGen.Dialects; using Marr.Data.QGen.Dialects;

View File

@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.Common; using System.Data.Common;
using Marr.Data.QGen.Dialects; using Marr.Data.QGen.Dialects;
using System.Linq.Expressions; using System.Linq.Expressions;

View File

@ -1,9 +1,5 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text; using System.Text;
using Marr.Data.Mapping;
using Marr.Data.QGen.Dialects;
namespace Marr.Data.QGen namespace Marr.Data.QGen
{ {

View File

@ -1,8 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using Marr.Data.QGen;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Reflection; using System.Reflection;
using Marr.Data.Mapping; using Marr.Data.Mapping;

View File

@ -1,8 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.Common;
using Marr.Data.QGen.Dialects; using Marr.Data.QGen.Dialects;
namespace Marr.Data.QGen namespace Marr.Data.QGen

View File

@ -1,7 +1,4 @@
using System; using System.Text;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.QGen namespace Marr.Data.QGen
{ {

View File

@ -1,10 +1,5 @@
using System; using System.Text;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marr.Data;
using Marr.Data.Mapping; using Marr.Data.Mapping;
using System.Data.Common;
using Marr.Data.QGen.Dialects; using Marr.Data.QGen.Dialects;
namespace Marr.Data.QGen namespace Marr.Data.QGen

View File

@ -1,9 +1,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text; using System.Text;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Reflection;
using Marr.Data.QGen.Dialects; using Marr.Data.QGen.Dialects;
namespace Marr.Data.QGen namespace Marr.Data.QGen

View File

@ -1,9 +1,5 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Reflection;
namespace Marr.Data.QGen namespace Marr.Data.QGen
{ {

View File

@ -2,8 +2,6 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using Marr.Data.Mapping;
using Marr.Data.QGen.Dialects;
namespace Marr.Data.QGen namespace Marr.Data.QGen
{ {

View File

@ -1,7 +1,4 @@
using System; using System.Text;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data.QGen namespace Marr.Data.QGen
{ {

View File

@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marr.Data.Mapping; using Marr.Data.Mapping;
namespace Marr.Data.QGen namespace Marr.Data.QGen

View File

@ -1,9 +1,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Collections; using System.Collections;
using System.Reflection;
namespace Marr.Data.QGen namespace Marr.Data.QGen
{ {

View File

@ -1,7 +1,4 @@
using System; using System.Text;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.Common; using System.Data.Common;
using Marr.Data.Mapping; using Marr.Data.Mapping;
using Marr.Data.QGen.Dialects; using Marr.Data.QGen.Dialects;

View File

@ -1,7 +1,5 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using Marr.Data.Mapping; using Marr.Data.Mapping;
using System.Linq.Expressions; using System.Linq.Expressions;

View File

@ -1,7 +1,5 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using Marr.Data.Mapping; using Marr.Data.Mapping;
namespace Marr.Data.QGen namespace Marr.Data.QGen

View File

@ -1,10 +1,6 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text; using System.Text;
using System.Linq.Expressions; using System.Linq.Expressions;
using Marr.Data;
using Marr.Data.Mapping;
using System.Data.Common; using System.Data.Common;
using Marr.Data.Parameters; using Marr.Data.Parameters;
using System.Reflection; using System.Reflection;

View File

@ -13,10 +13,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>. */ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System;
using System.Collections.Generic;
using System.Text;
namespace Marr.Data namespace Marr.Data
{ {
public enum SqlModes public enum SqlModes

View File

@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data namespace Marr.Data
{ {

View File

@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Marr.Data namespace Marr.Data
{ {

View File

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

View File

@ -1,7 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Nancy.Security; using Nancy.Security;
namespace NzbDrone.Api.Authentication namespace NzbDrone.Api.Authentication

View File

@ -3,8 +3,6 @@
using System.Linq; using System.Linq;
using NzbDrone.Api.Episodes; using NzbDrone.Api.Episodes;
using NzbDrone.Api.Extensions; using NzbDrone.Api.Extensions;
using NzbDrone.Api.Mapping;
using NzbDrone.Common;
using NzbDrone.Core.Tv; using NzbDrone.Core.Tv;
namespace NzbDrone.Api.Calendar namespace NzbDrone.Api.Calendar

View File

@ -1,10 +1,5 @@
using System; using System.IO;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using NzbDrone.Common;
using NzbDrone.Common.EnvironmentInfo; using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Messaging; using NzbDrone.Common.Messaging;
using NzbDrone.Common.Serializer; using NzbDrone.Common.Serializer;

View File

@ -1,6 +1,4 @@
using System; namespace NzbDrone.Api.ClientSchema
namespace NzbDrone.Api.ClientSchema
{ {
} }

View File

@ -1,6 +1,5 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using NzbDrone.Common;
using NzbDrone.Common.Reflection; using NzbDrone.Common.Reflection;
using NzbDrone.Core.Annotations; using NzbDrone.Core.Annotations;

View File

@ -1,9 +1,4 @@
using System; namespace NzbDrone.Api.ClientSchema
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Api.ClientSchema
{ {
public class SelectOption public class SelectOption
{ {

View File

@ -1,5 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using NzbDrone.Api.Extensions; using NzbDrone.Api.Extensions;
using NzbDrone.Common.Composition; using NzbDrone.Common.Composition;

View File

@ -1,5 +1,4 @@
using System.Linq; using Nancy;
using Nancy;
using Nancy.ErrorHandling; using Nancy.ErrorHandling;
using NzbDrone.Api.Extensions; using NzbDrone.Api.Extensions;

View File

@ -1,6 +1,4 @@
using System.Linq; namespace NzbDrone.Api.ErrorManagement
namespace NzbDrone.Api.ErrorManagement
{ {
public class ErrorModel public class ErrorModel
{ {

View File

@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Api.Exceptions namespace NzbDrone.Api.Exceptions
{ {

View File

@ -1,7 +1,6 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using Nancy; using Nancy;
using NzbDrone.Common;
using NzbDrone.Common.Serializer; using NzbDrone.Common.Serializer;
namespace NzbDrone.Api.Extensions namespace NzbDrone.Api.Extensions

View File

@ -5,8 +5,6 @@
using Nancy; using Nancy;
using Nancy.Responses; using Nancy.Responses;
using NzbDrone.Common; using NzbDrone.Common;
using NzbDrone.Api.Extensions;
using NzbDrone.Common.EnvironmentInfo;
namespace NzbDrone.Api.Frontend namespace NzbDrone.Api.Frontend
{ {

View File

@ -1,7 +1,6 @@
using System.Linq; using System.Linq;
using NzbDrone.Api.Episodes; using NzbDrone.Api.Episodes;
using NzbDrone.Api.Extensions; using NzbDrone.Api.Extensions;
using NzbDrone.Common;
using NzbDrone.Core.Datastore; using NzbDrone.Core.Datastore;
using NzbDrone.Core.Tv; using NzbDrone.Core.Tv;

View File

@ -1,7 +1,4 @@
using System; using NLog;
using NLog;
using Nancy;
using Nancy.Authentication.Basic;
using Nancy.Bootstrapper; using Nancy.Bootstrapper;
using Nancy.Conventions; using Nancy.Conventions;
using Nancy.Diagnostics; using Nancy.Diagnostics;
@ -9,10 +6,7 @@
using NzbDrone.Api.ErrorManagement; using NzbDrone.Api.ErrorManagement;
using NzbDrone.Api.Extensions; using NzbDrone.Api.Extensions;
using NzbDrone.Api.Frontend; using NzbDrone.Api.Frontend;
using NzbDrone.Common;
using NzbDrone.Common.Composition;
using NzbDrone.Common.Messaging; using NzbDrone.Common.Messaging;
using NzbDrone.Common.Model;
using NzbDrone.Core.Instrumentation; using NzbDrone.Core.Instrumentation;
using NzbDrone.Core.Lifecycle; using NzbDrone.Core.Lifecycle;
using TinyIoC; using TinyIoC;

View File

@ -1,8 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using NzbDrone.Api.ClientSchema; using NzbDrone.Api.ClientSchema;
using NzbDrone.Common.Reflection;
using NzbDrone.Core.Annotations;
using NzbDrone.Core.Notifications; using NzbDrone.Core.Notifications;
using Omu.ValueInjecter; using Omu.ValueInjecter;

View File

@ -1,7 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NzbDrone.Core.Datastore; using NzbDrone.Core.Datastore;
namespace NzbDrone.Api namespace NzbDrone.Api

View File

@ -1,5 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using NzbDrone.Core.Datastore; using NzbDrone.Core.Datastore;
using NzbDrone.Core.Qualities; using NzbDrone.Core.Qualities;
using NzbDrone.Api.Mapping; using NzbDrone.Api.Mapping;

View File

@ -1,6 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Qualities; using NzbDrone.Core.Qualities;
using NzbDrone.Api.Mapping; using NzbDrone.Api.Mapping;
using System.Linq; using System.Linq;

View File

@ -1,5 +1,4 @@
using System; using Nancy;
using Nancy;
using NzbDrone.Api.ErrorManagement; using NzbDrone.Api.ErrorManagement;
namespace NzbDrone.Api.REST namespace NzbDrone.Api.REST

View File

@ -1,6 +1,4 @@
using System.ComponentModel; using Newtonsoft.Json;
using FluentValidation;
using Newtonsoft.Json;
namespace NzbDrone.Api.REST namespace NzbDrone.Api.REST
{ {

View File

@ -1,8 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using Nancy;
using NzbDrone.Api.Extensions;
using NzbDrone.Api.REST;
using NzbDrone.Core.Tv; using NzbDrone.Core.Tv;
namespace NzbDrone.Api.Seasons namespace NzbDrone.Api.Seasons

View File

@ -1,9 +1,5 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NzbDrone.Api.REST; using NzbDrone.Api.REST;
using NzbDrone.Core.Tv;
namespace NzbDrone.Api.Seasons namespace NzbDrone.Api.Seasons
{ {

View File

@ -1,5 +1,4 @@
using NLog; using NzbDrone.Api.SignalR;
using NzbDrone.Api.SignalR;
namespace NzbDrone.Api.Series namespace NzbDrone.Api.Series
{ {

View File

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

View File

@ -2,7 +2,6 @@
using FluentAssertions; using FluentAssertions;
using NUnit.Framework; using NUnit.Framework;
using NzbDrone.Common.EnvironmentInfo; using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Model;
using NzbDrone.Core.Configuration; using NzbDrone.Core.Configuration;
using NzbDrone.Test.Common; using NzbDrone.Test.Common;

View File

@ -1,7 +1,4 @@
using System; using NUnit.Framework;
using FluentAssertions;
using Moq;
using NUnit.Framework;
using NzbDrone.Common.EnsureThat; using NzbDrone.Common.EnsureThat;
using NzbDrone.Test.Common; using NzbDrone.Test.Common;

View File

@ -4,7 +4,6 @@
using NUnit.Framework; using NUnit.Framework;
using NzbDrone.Common.EnvironmentInfo; using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Test.Common; using NzbDrone.Test.Common;
using NzbDrone.Test.Common.Categories;
namespace NzbDrone.Common.Test namespace NzbDrone.Common.Test
{ {

Some files were not shown because too many files have changed in this diff Show More