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; using System;
#if SIMPLSHARP #if STANDARD
using Crestron.SimplSharp.Reflection;
#else
using System.Reflection; using System.Reflection;
#endif #endif