diff --git a/src/core/file_sys/romfs.cpp b/src/core/file_sys/romfs.cpp index 5f24bc5ae8..c909d1ce40 100644 --- a/src/core/file_sys/romfs.cpp +++ b/src/core/file_sys/romfs.cpp @@ -2,6 +2,8 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include + #include "common/common_types.h" #include "common/swap.h" #include "core/file_sys/fsmitm_romfsbuild.h" diff --git a/src/core/file_sys/romfs.h b/src/core/file_sys/romfs.h index 1c89be8a49..2fd07ed04c 100644 --- a/src/core/file_sys/romfs.h +++ b/src/core/file_sys/romfs.h @@ -5,10 +5,6 @@ #pragma once #include -#include -#include "common/common_funcs.h" -#include "common/common_types.h" -#include "common/swap.h" #include "core/file_sys/vfs.h" namespace FileSys {