Explorar o código

sdmc_factory: Remove unnecessary core include

This doesn't require the central core header to be included, it just
needs the vfs headers.
Lioncash %!s(int64=8) %!d(string=hai) anos
pai
achega
bfb28c5b3f
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 0 1
      src/core/file_sys/sdmc_factory.cpp
  2. 1 0
      src/core/file_sys/sdmc_factory.h

+ 0 - 1
src/core/file_sys/sdmc_factory.cpp

@@ -3,7 +3,6 @@
 // Refer to the license.txt file included.
 
 #include <memory>
-#include "core/core.h"
 #include "core/file_sys/sdmc_factory.h"
 
 namespace FileSys {

+ 1 - 0
src/core/file_sys/sdmc_factory.h

@@ -4,6 +4,7 @@
 
 #pragma once
 
+#include "core/file_sys/vfs.h"
 #include "core/hle/result.h"
 
 namespace FileSys {