This commit is contained in:
Chris Cameron
2018-02-02 14:39:09 -05:00
parent 3a693d2e71
commit 9e33bffe0c
6 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
using System.Linq;
using NUnit.Framework;
using ICD.Common.Properties;
using NUnit.Framework;
using ICD.Common.Utils.Collections;
namespace ICD.Common.Utils.Tests.Collections

View File

@@ -1,7 +1,7 @@
using ICD.Common.Properties;
using NUnit.Framework;
using NUnit.Framework;
using System.Collections.Generic;
using System.Linq;
using ICD.Common.Properties;
namespace ICD.Common.Utils.Tests
{

View File

@@ -1,5 +1,4 @@
using ICD.Common.Properties;
using NUnit.Framework;
using NUnit.Framework;
#if SIMPLSHARP
using Crestron.IO;
#else

View File

@@ -1,6 +1,6 @@
using ICD.Common.Properties;
using NUnit.Framework;
using NUnit.Framework;
using System;
using ICD.Common.Properties;
using ICD.Common.Utils.Services.Logging;
namespace ICD.Common.Utils.Tests.Services.Logging

View File

@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using ICD.Common.Properties;
using NUnit.Framework;
using ICD.Common.Utils.Xml;
#if SIMPLSHARP
using Crestron.Xml;

View File

@@ -1,8 +1,8 @@
#if !SIMPLSHARP
using ICD.Common.Properties;
using ICD.Common.Utils.IO;
using System;
using System.Reflection;
using ICD.Common.Properties;
namespace ICD.Common.Utils
{