Skip to content

Commit

Permalink
fix: remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
derkalle4 committed Nov 8, 2024
1 parent b9a70d5 commit 8b33292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/UpdateManager+Config.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.IO.Enumeration;
using System.Text.Json;
using System.Text.Json;
using System.Text.Json.Serialization;
using CounterStrikeSharp.API.Core;
using CounterStrikeSharp.API.Modules.Config;
Expand Down
4 changes: 1 addition & 3 deletions src/UpdateManager.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using CounterStrikeSharp.API;
using CounterStrikeSharp.API.Core;
using CounterStrikeSharp.API.Core;
using YamlDotNet.Serialization;
using YamlDotNet.Serialization.NamingConventions;
using System.IO.Compression;
using System.Text.Json;
using System.Text.Json.Serialization;

namespace UpdateManager
{
Expand Down

0 comments on commit 8b33292

Please sign in to comment.