Skip to content

Commit

Permalink
Fix missing NS.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed May 30, 2024
1 parent 8ece9f9 commit e43f3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IKVM.Runtime/LibJVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
using System.IO;
using System.Runtime.InteropServices;

using IKVM.Runtime.JNI;

namespace IKVM.Runtime
{

#if FIRST_PASS == false && IMPORTER == false && EXPORTER == false

using IKVM.Runtime.JNI;

/// <summary>
/// Required native methods available in libjvm.
/// </summary>
Expand Down

0 comments on commit e43f3f4

Please sign in to comment.