1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-26 06:02:59 +08:00

unnecessary includes

This commit is contained in:
Piggey 2022-11-30 18:37:50 +01:00
parent 8b856f1c89
commit 8f59aad91c
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
#nullable disable
using System;
using System.Collections.Generic;
using System.IO;
using osu.Framework.Platform;

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;