From 050fa6d86bd68abfbc0e09855a52d24c0516d35f Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 28 Feb 2016 12:23:11 -0500 Subject: [PATCH] ocd cleanup --- BizHawk.Emulation.Common/Interfaces/IEmulator.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BizHawk.Emulation.Common/Interfaces/IEmulator.cs b/BizHawk.Emulation.Common/Interfaces/IEmulator.cs index 74d7f1b639..8f0ab5e33c 100644 --- a/BizHawk.Emulation.Common/Interfaces/IEmulator.cs +++ b/BizHawk.Emulation.Common/Interfaces/IEmulator.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.IO; namespace BizHawk.Emulation.Common {