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.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/file_sys/romfs.h') diff --git a/src/core/file_sys/romfs.h b/src/core/file_sys/romfs.h index 1c89be8a4..2fd07ed04 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 { -- cgit v1.2.3