A32: Make includes consistent

Normalizes includes to be relative to the project root, like the rest of
the includes in the project.
This commit is contained in:
Lioncash
2019-05-18 14:06:33 -04:00
committed by MerryMage
parent b50114ae70
commit fb7d33830c
21 changed files with 23 additions and 24 deletions

View File

@@ -5,7 +5,7 @@
*/
#include "common/bit_util.h"
#include "translate_arm.h"
#include "frontend/A32/translate/impl/translate_arm.h"
namespace Dynarmic::A32 {