From 01d1b5cdaff6f05aa62794816547deab977256e5 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 23 Aug 2020 14:20:37 -0400 Subject: file_sys: Replace inclusions with forward declarations where applicable Same behavior, minus unnecessary inclusions where not necessary. --- src/core/file_sys/romfs.h | 1 - 1 file changed, 1 deletion(-) (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 2fd07ed04..82e683782 100644 --- a/src/core/file_sys/romfs.h +++ b/src/core/file_sys/romfs.h @@ -4,7 +4,6 @@ #pragma once -#include #include "core/file_sys/vfs.h" namespace FileSys { -- cgit v1.2.3