mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-17 16:23:36 +01:00
remove unnecessary references
This commit is contained in:
parent
af44726cec
commit
e9b614d7d4
2 changed files with 0 additions and 9 deletions
|
@ -1,9 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ryujinx.BuildValidationTasks
|
||||
{
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ryujinx.BuildValidationTasks
|
||||
{
|
||||
public interface ValidationTask
|
||||
|
|
Loading…
Reference in a new issue