Fixing bad using directive

This commit is contained in:
Chris Cameron
2017-10-16 16:41:08 -04:00
parent eee712453d
commit 5706227630

View File

@@ -1,13 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Crestron.SimplSharp.Reflection;
using ICD.Common.Attributes;
using ICD.Common.Properties;
using ICD.Common.Utils.Collections;
using ICD.Common.Utils.Extensions;
#if SIMPLSHARP
using Crestron.SimplSharp.Reflection;
#else
using System.Reflection;
#endif