Skip to content

Commit 8677014

Browse files
committed
remove unused usings
1 parent 2b0c526 commit 8677014

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/Server/Controllers/DownloadController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Net;
2-
using Gommon;
31
using Microsoft.AspNetCore.Mvc;
42
using Ryujinx.Systems.Update.Common;
53
using Ryujinx.Systems.Update.Server.Services.GitLab;

src/Server/Helpers/Http/Endpoint/PaginatedEndpoint.Builder.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Net.Http.Json;
2-
using System.Text.Json.Serialization.Metadata;
1+
using System.Text.Json.Serialization.Metadata;
32
using Gommon;
43
using Ryujinx.Systems.Update.Server.Services;
54

0 commit comments

Comments
 (0)