mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 18:48:20 -05: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:
@ -5,10 +5,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <common/common_funcs.h>
|
||||
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/swap.h"
|
||||
#include "core/crypto/key_manager.h"
|
||||
#include "core/file_sys/romfs.h"
|
||||
|
||||
namespace FileSys {
|
||||
|
||||
|
Reference in New Issue
Block a user