Fix inspections

This commit is contained in:
Dan Balasescu 2024-04-17 12:08:38 +09:00
parent 8a98ba5103
commit aab02bf6f9
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View File

@ -2,9 +2,7 @@
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Text;
namespace SDL
{

View File

@ -1,8 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Runtime.CompilerServices;
namespace SDL
{
public static partial class SDL3