Remove unused Usings

This commit is contained in:
Alex Barney
2018-12-01 14:29:33 -06:00
parent d16adaf965
commit da3b463fd1
9 changed files with 5 additions and 25 deletions

View File

@ -4,7 +4,6 @@ using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Kernel;
using Ryujinx.HLE.Loaders.Executables;
using Ryujinx.HLE.Utilities;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;