Skip to content

Commit

Permalink
Cleanup usings
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Dec 13, 2024
1 parent 623e079 commit a1e72e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/YetAnotherHttpHandler/NativeHttpHandlerCore.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a1e72e6

Please sign in to comment.