mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 02:42:58 +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:
@@ -5,7 +5,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