mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 02:42:58 +00:00
A32/A64: Make public header inclusions consistent
For all public header inclusions, we use the <> form of including them as opposed to "", which we typically use for internal headers.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <array>
|
||||
|
||||
#include "dynarmic/A64/config.h"
|
||||
#include <dynarmic/A64/config.h>
|
||||
#include "frontend/A64/ir_emitter.h"
|
||||
#include "frontend/ir/basic_block.h"
|
||||
#include "frontend/ir/microinstruction.h"
|
||||
|
||||
Reference in New Issue
Block a user