Remove CDebugSettings from CArmRecompilerOps

This commit is contained in:
zilmar 2016-11-22 21:18:09 +11:00
parent 5ea6c2c0c5
commit 3846cb4515
1 changed files with 0 additions and 2 deletions

View File

@ -13,11 +13,9 @@
#include <Project64-core/N64System/Mips/RegisterClass.h>
#include <Project64-core/N64System/Recompiler/RecompilerOps.h>
#include <Project64-core/N64System/Recompiler/Arm/ArmOps.h>
#include <Project64-core/Settings/DebugSettings.h>
class CArmRecompilerOps :
public CRecompilerOps,
protected CDebugSettings,
private CArmOps,
protected CSystemRegisters
{