diff options
| author | bunnei <bunneidev@gmail.com> | 2018-08-21 10:22:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-21 10:22:29 -0400 |
| commit | c95c4442e939b38fb60430b93b89c292bb43078f (patch) | |
| tree | e36d394f9d77f208f8bac9c9f89cc8f2199223e3 /src/core/file_sys/sdmc_factory.cpp | |
| parent | 37f2ec6fc2b2347501667891f83a4a0fb21aa6c1 (diff) | |
| parent | bfb28c5b3f1e430cd769d2f2c9915a29aff470ed (diff) | |
Merge pull request #1143 from lioncash/inc
sdmc_factory: Remove unnecessary core include
Diffstat (limited to 'src/core/file_sys/sdmc_factory.cpp')
| -rw-r--r-- | src/core/file_sys/sdmc_factory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/file_sys/sdmc_factory.cpp b/src/core/file_sys/sdmc_factory.cpp index c1edfcef3..d1acf379f 100644 --- a/src/core/file_sys/sdmc_factory.cpp +++ b/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 { |
