From: miniduikboot Date: Thu, 25 Jan 2024 11:05:09 +0000 (+0100) Subject: Remove unnecessary using directive X-Git-Tag: v1.9.0~2^2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=012e45c6a9a3b050ad737436f2de451fcee08f8c;p=rhonda%2Fimpostor.git Remove unnecessary using directive --- diff --git a/src/Impostor.Server/Program.cs b/src/Impostor.Server/Program.cs index 052cc8e..ff88293 100644 --- a/src/Impostor.Server/Program.cs +++ b/src/Impostor.Server/Program.cs @@ -25,7 +25,6 @@ using Impostor.Server.Recorder; using Impostor.Server.Utils; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.Server.Kestrel.Core; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting;