mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 15:38:19 +01:00
frontend/A32/ir_emitter: Remove unnecessary includes
std::initializer_list isn't used anywhere in here, and we can just forward declare the CoprocReg enum to avoid needing to include the header.
This commit is contained in:
parent
bfa8035414
commit
9365487797
4 changed files with 8 additions and 7 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "common/assert.h"
|
||||
#include "frontend/A32/ir_emitter.h"
|
||||
#include "frontend/A32/types.h"
|
||||
#include "frontend/ir/opcodes.h"
|
||||
|
||||
namespace Dynarmic::A32 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue