summaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs.cpp
diff options
context:
space:
mode:
authorGravatar Mai M2021-06-13 14:29:39 -0400
committerGravatar GitHub2021-06-13 14:29:39 -0400
commitde12dbb01a143de87b87e85cc0d63b8d1be282b0 (patch)
tree0a1a06ac9a7b5a168fd1ca2dfa41804157b831f0 /src/core/file_sys/vfs.cpp
parentMerge pull request #6452 from german77/sixaxis_firmware_stub (diff)
parentgeneral: Remove extraneous includes (diff)
downloadyuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.tar.gz
yuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.tar.xz
yuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.zip
Merge pull request #6463 from Morph1984/restructure-logging
common: logging: Restructure logging backend
Diffstat (limited to 'src/core/file_sys/vfs.cpp')
-rw-r--r--src/core/file_sys/vfs.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/file_sys/vfs.cpp b/src/core/file_sys/vfs.cpp
index 215e1cb1a..368419eca 100644
--- a/src/core/file_sys/vfs.cpp
+++ b/src/core/file_sys/vfs.cpp
@@ -6,7 +6,6 @@
6#include <numeric> 6#include <numeric>
7#include <string> 7#include <string>
8#include "common/fs/path_util.h" 8#include "common/fs/path_util.h"
9#include "common/logging/backend.h"
10#include "core/file_sys/mode.h" 9#include "core/file_sys/mode.h"
11#include "core/file_sys/vfs.h" 10#include "core/file_sys/vfs.h"
12 11