From 62a75057d532faad78956807237931be28f3f5b4 Mon Sep 17 00:00:00 2001 From: Simon Rozsival Date: Mon, 22 Jan 2024 10:45:59 +0100 Subject: [PATCH] Revert unnecessary changes --- .../src/Hosting/ImageSources/IImageSourceServiceCollection.cs | 2 +- .../ImageSources/ImageSourcesMauiAppBuilderExtensions.cs | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Core/src/Hosting/ImageSources/IImageSourceServiceCollection.cs b/src/Core/src/Hosting/ImageSources/IImageSourceServiceCollection.cs index 58d5b822e6e9..5154f0f98b02 100644 --- a/src/Core/src/Hosting/ImageSources/IImageSourceServiceCollection.cs +++ b/src/Core/src/Hosting/ImageSources/IImageSourceServiceCollection.cs @@ -1,4 +1,4 @@ -using System; +using Microsoft.Extensions.DependencyInjection; namespace Microsoft.Maui.Hosting { diff --git a/src/Core/src/Hosting/ImageSources/ImageSourcesMauiAppBuilderExtensions.cs b/src/Core/src/Hosting/ImageSources/ImageSourcesMauiAppBuilderExtensions.cs index 8ffa6362501a..f9d2d31c0f4a 100644 --- a/src/Core/src/Hosting/ImageSources/ImageSourcesMauiAppBuilderExtensions.cs +++ b/src/Core/src/Hosting/ImageSources/ImageSourcesMauiAppBuilderExtensions.cs @@ -1,8 +1,5 @@ using System; using System.Collections.Generic; -using System.Diagnostics; -using System.Diagnostics.CodeAnalysis; -using System.Linq; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Maui.Hosting;