sdmc_factory: Remove unnecessary core include

This doesn't require the central core header to be included, it just
needs the vfs headers.
pull/8/head
Lioncash 7 years ago
parent bf89a99839
commit bfb28c5b3f

@ -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 {

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

Loading…
Cancel
Save