Skip to content

Commit c01a9e8

Browse files
Fix license header placement in OboeAudioBridge.cs and OsuGameActivity.cs
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/b1c945ad-8cf2-4e12-832f-9afdfe84c4d5 Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent 9b8de5a commit c01a9e8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

osu.Android/Native/OboeAudioBridge.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
using System.Runtime.CompilerServices;
21
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
32
// See the LICENCE file in the repository root for full licence text.
43

54
using System;
65
using System.Diagnostics;
6+
using System.Runtime.CompilerServices;
77
using System.Runtime.InteropServices;
88
using Debug = System.Diagnostics.Debug;
99

osu.Android/OsuGameActivity.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using osu.Android.Input;
21
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
32
// See the LICENCE file in the repository root for full licence text.
43

0 commit comments

Comments
 (0)