Skip to content

Commit

Permalink
Remove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Otterbein committed Jul 7, 2024
1 parent 20bf8a6 commit 8a601c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FFXIVZoomHack/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Text.Encodings.Web;
using System.Text.Json;
using System.Text.Unicode;
using System.Threading.Tasks;
using System.Windows.Forms;
using static System.Net.Mime.MediaTypeNames;

namespace FFXIVZoomHack
{
public struct ProcessModuleAddress
Expand Down

0 comments on commit 8a601c3

Please sign in to comment.