Skip to content

Commit fa6653d

Browse files
committed
Move Regex using next to related usings
1 parent 44af162 commit fa6653d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.VisitDecl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using System.Linq;
88
using System.Runtime.InteropServices;
99
using System.Text;
10+
using System.Text.RegularExpressions;
1011
using ClangSharp.Abstractions;
1112
using ClangSharp.CSharp;
1213
using static ClangSharp.Interop.CX_CastKind;
@@ -19,7 +20,6 @@
1920
using static ClangSharp.Interop.CXUnaryOperatorKind;
2021
using static ClangSharp.Interop.CXEvalResultKind;
2122
using static ClangSharp.Interop.CXTypeKind;
22-
using System.Text.RegularExpressions;
2323

2424
namespace ClangSharp;
2525

0 commit comments

Comments
 (0)