Skip to content

Commit

Permalink
remove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
joekolodz committed Aug 28, 2022
1 parent 892fe70 commit 06dd891
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tests/HOTASQueueTests.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Threading;
using Castle.Core.Smtp;
using NSubstitute;
using NSubstitute;
using SharpDX.DirectInput;
using SierraHOTAS.Models;
using SierraHOTAS.Win32;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Threading;
using Xunit;
using Xunit.Abstractions;
using JoystickOffset = SierraHOTAS.Models.JoystickOffset;
Expand Down

0 comments on commit 06dd891

Please sign in to comment.