Skip to content

Commit 841bd41

Browse files
committed
Removed unnecessary using directives
1 parent e273cb8 commit 841bd41

4 files changed

+0
-4
lines changed

PicoGK_Mesh.cs

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
// limitations under the License.
3434
//
3535

36-
using System.ComponentModel;
3736
using System.Diagnostics;
3837
using System.Numerics;
3938

PicoGK_OpenVdbFile.cs

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
//
3535

3636
using System.Diagnostics;
37-
using System.Runtime.InteropServices;
3837
using System.Text;
3938

4039
namespace PicoGK

PicoGK_VectorField.cs

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
using System.Diagnostics;
3737
using System.Numerics;
38-
using System.Runtime.InteropServices;
3938

4039
namespace PicoGK
4140
{

PicoGK_ViewerTimelapse.cs

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
//
3535

3636
using System.Diagnostics;
37-
using System.Numerics;
3837

3938
namespace PicoGK
4039
{

0 commit comments

Comments
 (0)