From a1e72e6f095347148e0fb1a3d1b691fe975810a8 Mon Sep 17 00:00:00 2001 From: Mayuki Sawatari Date: Fri, 13 Dec 2024 20:06:33 +0900 Subject: [PATCH] Cleanup usings --- src/YetAnotherHttpHandler/NativeHttpHandlerCore.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/YetAnotherHttpHandler/NativeHttpHandlerCore.cs b/src/YetAnotherHttpHandler/NativeHttpHandlerCore.cs index 5b4cc38..bb8b54a 100644 --- a/src/YetAnotherHttpHandler/NativeHttpHandlerCore.cs +++ b/src/YetAnotherHttpHandler/NativeHttpHandlerCore.cs @@ -1,19 +1,13 @@ using System; -using System.Buffers; -using System.Collections.Concurrent; using System.Diagnostics; -using System.Net; using System.Text; using System.IO.Pipelines; -using System.Linq; using System.Net.Http; using System.Net.Http.Headers; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using Cysharp.Net.Http.Shims; -using System.Runtime; #if UNITY_2019_1_OR_NEWER using AOT; #endif