mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-28 02:05:00 +01:00
Remove unnecessary explicit includes (#16)
This commit is contained in:
parent
26db11cd71
commit
7f9a0c3c38
12 changed files with 21 additions and 18 deletions
|
|
@ -4,9 +4,7 @@
|
|||
* General Public License version 2 or any later version.
|
||||
*/
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "frontend/ir/basic_block.h"
|
||||
#include "frontend/ir/opcodes.h"
|
||||
#include "ir_opt/passes.h"
|
||||
|
||||
namespace Dynarmic {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue