Skip to content

Commit

Permalink
Plugins: fix usings
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Feb 14, 2023
1 parent 48700fd commit 5dbaa51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion MissionPlanner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@
<None Include="plugins\example21-persistentsimple.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Compile Include="plugins\example20-multiplepositions.cs" />
<None Include="plugins\example20-multiplepositions.cs" />
<Compile Include="Utilities\AirMarket.cs">
<SubType>UserControl</SubType>
</Compile>
Expand Down
1 change: 0 additions & 1 deletion Plugins/example19-multiforward.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using MissionPlanner.Controls;
using MissionPlanner.Utilities;
using Org.BouncyCastle.Crypto.Tls;
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down

0 comments on commit 5dbaa51

Please sign in to comment.