Remove unnecessary usings

This commit is contained in:
Antony Male 2015-09-24 13:37:29 +01:00
parent 8548df498b
commit e8d9f95dfd
22 changed files with 14 additions and 43 deletions

View File

@ -1,5 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Collections.ObjectModel; using System.Collections.ObjectModel;
using System.Collections.Specialized; using System.Collections.Specialized;
using System.ComponentModel; using System.ComponentModel;

View File

@ -2,7 +2,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Reflection; using System.Reflection;
using System.Windows;
namespace Stylet namespace Stylet
{ {

View File

@ -1,5 +1,4 @@
using System; using System.Threading.Tasks;
using System.Threading.Tasks;
namespace Stylet namespace Stylet
{ {

View File

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

View File

@ -1,5 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;

View File

@ -1,5 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
namespace Stylet namespace Stylet
{ {

View File

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

View File

@ -1,5 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Collections.Specialized; using System.Collections.Specialized;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;

View File

@ -1,5 +1,4 @@
using System; using System.Windows;
using System.Windows;
namespace Stylet namespace Stylet
{ {

View File

@ -1,5 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
namespace Stylet namespace Stylet
{ {

View File

@ -1,5 +1,4 @@
using System; using System.Collections.Specialized;
using System.Collections.Specialized;
namespace Stylet namespace Stylet
{ {

View File

@ -1,5 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace Stylet namespace Stylet

View File

@ -1,7 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;

View File

@ -1,5 +1,4 @@
using System; using System;
using System.Windows;
namespace Stylet namespace Stylet
{ {

View File

@ -1,5 +1,4 @@
using System; using System.Collections;
using System.Collections;
using System.Linq; using System.Linq;
namespace Stylet namespace Stylet

View File

@ -1,6 +1,5 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
namespace StyletIoC namespace StyletIoC
{ {

View File

@ -1,6 +1,4 @@
using System; namespace StyletIoC
namespace StyletIoC
{ {
/// <summary> /// <summary>
/// Interface to be implemented by objects if they want to be notified when property injection has occurred /// Interface to be implemented by objects if they want to be notified when property injection has occurred

View File

@ -1,12 +1,10 @@
using StyletIoC.Creation; using StyletIoC.Creation;
using StyletIoC.Internal; using StyletIoC.Internal;
using StyletIoC.Internal.Builders; using StyletIoC.Internal.Builders;
using StyletIoC.Internal.Registrations;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
namespace StyletIoC namespace StyletIoC
{ {

View File

@ -1,6 +1,4 @@
using System; namespace StyletIoC
namespace StyletIoC
{ {
/// <summary> /// <summary>
/// Lightweight, very fast IoC container /// Lightweight, very fast IoC container

View File

@ -2,7 +2,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;
using System.Linq;
using System.Windows; using System.Windows;
using System.Windows.Data; using System.Windows.Data;

View File

@ -1,5 +1,4 @@
using System; using System;
using System.Linq;
using System.Windows; using System.Windows;
using System.Windows.Data; using System.Windows.Data;
using System.Windows.Markup; using System.Windows.Markup;

View File

@ -1,10 +1,5 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows; using System.Windows;
using System.Windows.Data;
using System.Windows.Markup; using System.Windows.Markup;
namespace Stylet.Xaml namespace Stylet.Xaml