Removing unused using directives

This commit is contained in:
Chris Cameron
2017-06-28 11:13:04 -04:00
parent 8cae5910df
commit 947a02ad1d
2 changed files with 0 additions and 8 deletions

View File

@@ -1,9 +1,4 @@
using System;
#if SIMPLSHARP
using Crestron.SimplSharp;
#else
using System.Reflection;
#endif
namespace ICD.Common.Utils.Extensions
{

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
#if SIMPLSHARP
using Crestron.SimplSharp;
#endif