mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 10:55:45 +00:00
file_sys/nca_patch: Remove unnecessary includes
romfs.h doesn't need to be included in the header, the only real dependency here is common's swap.h that needs to be included.
This commit is contained in:
parent
1c61b93026
commit
d15352b38b
2 changed files with 9 additions and 2 deletions
|
@ -2,6 +2,10 @@
|
|||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstddef>
|
||||
#include <cstring>
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "core/crypto/aes_util.h"
|
||||
#include "core/file_sys/nca_patch.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue