mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 12:37:50 +00:00
romfs_factory: Remove unnecessary includes and use forward declarations where applicable
Avoids the need to rebuild whatever includes the romfs factory header if the loader header ever changes. We also don't need to include the main core header. We can instead include the headers we specifically need.
This commit is contained in:
parent
821b9d1901
commit
935346a9b2
3 changed files with 12 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <cstring>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/swap.h"
|
||||
#include "core/file_sys/vfs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue