diff --git a/src/Umbraco.Examine/BaseValueSetBuilder.cs b/src/Umbraco.Examine/BaseValueSetBuilder.cs index 4a306aa5ff..2350d3cb84 100644 --- a/src/Umbraco.Examine/BaseValueSetBuilder.cs +++ b/src/Umbraco.Examine/BaseValueSetBuilder.cs @@ -1,5 +1,4 @@ using System.Collections.Generic; -using System.Linq; using Examine; using Umbraco.Core; using Umbraco.Core.Models; diff --git a/src/Umbraco.Examine/IIndexDiagnostics.cs b/src/Umbraco.Examine/IIndexDiagnostics.cs index b51f6f256f..fa9dde25b8 100644 --- a/src/Umbraco.Examine/IIndexDiagnostics.cs +++ b/src/Umbraco.Examine/IIndexDiagnostics.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using Umbraco.Core; namespace Umbraco.Examine diff --git a/src/Umbraco.Abstractions/Search/IUmbracoTreeSearcherFields.cs b/src/Umbraco.Examine/IUmbracoTreeSearcherFields.cs similarity index 100% rename from src/Umbraco.Abstractions/Search/IUmbracoTreeSearcherFields.cs rename to src/Umbraco.Examine/IUmbracoTreeSearcherFields.cs