mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-09 19:52:55 +00:00
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:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "common/bit_util.h"
|
||||
|
||||
#include "translate_arm.h"
|
||||
#include "frontend/A32/translate/impl/translate_arm.h"
|
||||
|
||||
namespace Dynarmic::A32 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user