Removing unused using directive

This commit is contained in:
Chris Cameron
2017-07-06 10:54:36 -04:00
parent 705ecc0af9
commit c56d9fce3b

View File

@@ -1,7 +1,5 @@
using System;
#if SIMPLSHARP
using Crestron.SimplSharp.Reflection;
#else
#if STANDARD
using System.Reflection;
#endif