Skip to content

Commit

Permalink
Clean up usings to make OSX build happy
Browse files Browse the repository at this point in the history
  • Loading branch information
EosBandi committed Nov 21, 2023
1 parent 124f430 commit fc17f29
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions GCSViews/ConfigurationView/ConfigSerial.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
using DirectShowLib;
using Dowding.Model;
using IronPython.Runtime.Exceptions;
using MissionPlanner.ArduPilot;
using MissionPlanner.ArduPilot;
using MissionPlanner.ArduPilot.Mavlink;
using MissionPlanner.Controls;
using MissionPlanner.Utilities;
using NetTopologySuite.Triangulate;
using Newtonsoft.Json;
using Org.BouncyCastle.Crypto.Modes.Gcm;
using System;
using System.Collections.Generic;
using System.Diagnostics;
Expand All @@ -17,7 +12,6 @@
using System.Linq;
using System.Threading;
using System.Windows.Forms;
using static IronPython.Modules._ast;

namespace MissionPlanner.GCSViews.ConfigurationView
{
Expand Down

0 comments on commit fc17f29

Please sign in to comment.