diff --git a/Common.ruleset b/Common.ruleset
index c0d05e8bfa..c08d225c28 100644
--- a/Common.ruleset
+++ b/Common.ruleset
@@ -461,6 +461,10 @@
+
+
+
+
diff --git a/src/BizHawk.Common/Win32/RawInputImports.cs b/src/BizHawk.Common/Win32/RawInputImports.cs
index d9be8f1c73..733d518d5c 100644
--- a/src/BizHawk.Common/Win32/RawInputImports.cs
+++ b/src/BizHawk.Common/Win32/RawInputImports.cs
@@ -1,6 +1,4 @@
-#nullable enable
-
-using System;
+using System;
using System.Runtime.InteropServices;
// ReSharper disable FieldCanBeMadeReadOnly.Global
diff --git a/src/BizHawk.Common/macOS/QuartzImports.cs b/src/BizHawk.Common/macOS/QuartzImports.cs
index f2bdef4a15..808a0b5c5b 100644
--- a/src/BizHawk.Common/macOS/QuartzImports.cs
+++ b/src/BizHawk.Common/macOS/QuartzImports.cs
@@ -1,6 +1,4 @@
-#nullable enable
-
-using System.Runtime.InteropServices;
+using System.Runtime.InteropServices;
namespace BizHawk.Common
{