translate: Forward declare LocationDescriptor (#2)

This commit is contained in:
Mat M 2016-09-01 04:46:35 -04:00 committed by Merry
parent 4321e829d1
commit 7e3c981974

View file

@ -6,7 +6,6 @@
#pragma once
#include "common/common_types.h"
#include "frontend/arm_types.h"
namespace Dynarmic {
@ -16,6 +15,8 @@ namespace IR {
namespace Arm {
struct LocationDescriptor;
using MemoryRead32FuncType = u32 (*)(u32 vaddr);
/**