1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 15:40:14 +08:00

unnecessary includes

This commit is contained in:
Piggey
2022-11-30 18:37:50 +01:00
Unverified
parent 8b856f1c89
commit 8f59aad91c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -3,7 +3,6 @@
#nullable disable
using System;
using System.Collections.Generic;
using System.IO;
using osu.Framework.Platform;
-1
View File
@@ -1,7 +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;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;