mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-11 22:26:31 +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,8 +6,9 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <dynarmic/A32/config.h>
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "dynarmic/A32/config.h"
|
||||
#include "frontend/A32/decoder/arm.h"
|
||||
#include "frontend/A32/decoder/vfp.h"
|
||||
#include "frontend/A32/location_descriptor.h"
|
||||
|
||||
Reference in New Issue
Block a user