mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01: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:
parent
fb7d33830c
commit
bfa8035414
6 changed files with 11 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -7,10 +7,10 @@
|
|||
#include <array>
|
||||
|
||||
#include <boost/variant/get.hpp>
|
||||
#include <dynarmic/A64/config.h>
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "common/common_types.h"
|
||||
#include "dynarmic/A64/config.h"
|
||||
#include "frontend/A64/location_descriptor.h"
|
||||
#include "frontend/A64/translate/translate.h"
|
||||
#include "frontend/ir/basic_block.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue