From d66ab2b8aa6042672581064172ab1f2a5489461b Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 27 Nov 2019 05:28:19 -0500 Subject: filesys/romfs: Remove unused includes These inclusions aren't used at all within the public interface, so they can be removed. --- src/core/file_sys/romfs.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/file_sys/romfs.cpp') diff --git a/src/core/file_sys/romfs.cpp b/src/core/file_sys/romfs.cpp index 5f24bc5ae..c909d1ce4 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" -- cgit v1.2.3