diff --git a/SQLite.cs b/SQLite.cs index c33d1915..f26e853d 100644 --- a/SQLite.cs +++ b/SQLite.cs @@ -1,9 +1,7 @@ using CefSharp; using System.Collections.Generic; -using System.Data; using System.Data.SQLite; using System.Threading; -using System.Windows.Forms; namespace VRCX { diff --git a/VRCX.cs b/VRCX.cs index 106cd398..b58f88ee 100644 --- a/VRCX.cs +++ b/VRCX.cs @@ -7,7 +7,6 @@ using CefSharp; using Microsoft.Win32; using System; using System.Diagnostics; -using System.Text; using System.Text.RegularExpressions; using System.Windows.Forms; diff --git a/VRCXVR.cs b/VRCXVR.cs index 453a2070..cd8ca05c 100644 --- a/VRCXVR.cs +++ b/VRCXVR.cs @@ -13,7 +13,6 @@ using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Threading; -using System.Windows.Forms; using Valve.VR; using Device = SharpDX.Direct3D11.Device;