From 1d6e8d55cae00c95a5428fe94e5c036aaa7edaec Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Wed, 23 Jan 2019 11:10:35 -0500 Subject: [PATCH] refactor: Tidying --- ICD.Common.Utils/IO/IcdDirectory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICD.Common.Utils/IO/IcdDirectory.cs b/ICD.Common.Utils/IO/IcdDirectory.cs index 025d56a..27b3c31 100644 --- a/ICD.Common.Utils/IO/IcdDirectory.cs +++ b/ICD.Common.Utils/IO/IcdDirectory.cs @@ -1,8 +1,8 @@ using System; -using ICD.Common.Utils.Extensions; #if SIMPLSHARP using Crestron.SimplSharp.CrestronIO; #else +using ICD.Common.Utils.Extensions; using System.IO; using Microsoft.DotNet.PlatformAbstractions; #endif