Skip to content

Commit

Permalink
Cleanup usings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhett12321 committed Dec 29, 2024
1 parent 218b5bf commit f5327bf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using NWN.Native.API;

namespace Anvil.API
Expand Down
1 change: 0 additions & 1 deletion NWN.Anvil/src/main/API/Utils/VirtualMachine.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Anvil.Internal;
using Anvil.Services;
Expand Down
1 change: 0 additions & 1 deletion NWN.Anvil/src/main/Plugins/Paket/PaketPluginSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Anvil.Internal;
using Anvil.Services;
using Microsoft.FSharp.Collections;
Expand Down

0 comments on commit f5327bf

Please sign in to comment.