From 4372c9df40cce67074012a85d6c7e12feabd8b25 Mon Sep 17 00:00:00 2001 From: Claus Date: Sun, 24 Jan 2016 15:40:23 +0100 Subject: [PATCH] remove refs. --- src/Umbraco.Core/Services/ApplicationTreeService.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Umbraco.Core/Services/ApplicationTreeService.cs b/src/Umbraco.Core/Services/ApplicationTreeService.cs index a3ab673e86..f2c1c5e8f8 100644 --- a/src/Umbraco.Core/Services/ApplicationTreeService.cs +++ b/src/Umbraco.Core/Services/ApplicationTreeService.cs @@ -3,13 +3,11 @@ using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; -using System.Xml.XPath; using Umbraco.Core.Cache; using Umbraco.Core.Events; using Umbraco.Core.IO; using Umbraco.Core.Logging; using Umbraco.Core.Models; -using Umbraco.Core.Cache; using File = System.IO.File; namespace Umbraco.Core.Services