From b5db1ed3cd36c76cc977502a515eca9b3865e470 Mon Sep 17 00:00:00 2001 From: Scarlet Rose <70824102+scarletquasar@users.noreply.github.com> Date: Sat, 16 Sep 2023 04:28:31 -0300 Subject: [PATCH] chore: removed unused imports --- projects/native/MelonRuntime.Core/Library/BindingsManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/native/MelonRuntime.Core/Library/BindingsManager.cs b/projects/native/MelonRuntime.Core/Library/BindingsManager.cs index 33ec58c6..ba575864 100644 --- a/projects/native/MelonRuntime.Core/Library/BindingsManager.cs +++ b/projects/native/MelonRuntime.Core/Library/BindingsManager.cs @@ -2,11 +2,9 @@ using Jint.Native; using MelonRuntime.Abstractions.Generic; using MelonRuntime.Abstractions.Library.Database; -using MelonRuntime.Core.Entities; using MelonRuntime.Core.Library.Database; using MelonRuntime.Core.Library.Reflection; using MelonRuntime.Core.Library.Serialization; -using MelonRuntime.Core.Library.Threading; using MelonRuntime.Core.Library.Time; using MelonRuntime.Core.Library.Web; using MelonRuntime.Domain.Core.Library.Web;