summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-06-13 20:29:39 +0200
committerGitHub <noreply@github.com>2021-06-13 20:29:39 +0200
commitde12dbb01a143de87b87e85cc0d63b8d1be282b0 (patch)
tree0a1a06ac9a7b5a168fd1ca2dfa41804157b831f0 /src/core
parentMerge pull request #6452 from german77/sixaxis_firmware_stub (diff)
parentgeneral: Remove extraneous includes (diff)
downloadyuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.tar
yuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.tar.gz
yuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.tar.bz2
yuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.tar.lz
yuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.tar.xz
yuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.tar.zst
yuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/vfs.cpp1
-rw-r--r--src/core/file_sys/vfs_libzip.cpp1
-rw-r--r--src/core/hle/service/bcat/backend/boxcat.cpp1
3 files changed, 0 insertions, 3 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 @@
#include <numeric>
#include <string>
#include "common/fs/path_util.h"
-#include "common/logging/backend.h"
#include "core/file_sys/mode.h"
#include "core/file_sys/vfs.h"
diff --git a/src/core/file_sys/vfs_libzip.cpp b/src/core/file_sys/vfs_libzip.cpp
index cd162c0c3..00e256779 100644
--- a/src/core/file_sys/vfs_libzip.cpp
+++ b/src/core/file_sys/vfs_libzip.cpp
@@ -14,7 +14,6 @@
#endif
#include "common/fs/path_util.h"
-#include "common/logging/backend.h"
#include "core/file_sys/vfs.h"
#include "core/file_sys/vfs_libzip.h"
#include "core/file_sys/vfs_vector.h"
diff --git a/src/core/hle/service/bcat/backend/boxcat.cpp b/src/core/hle/service/bcat/backend/boxcat.cpp
index d9fdc2dca..a2844ea8c 100644
--- a/src/core/hle/service/bcat/backend/boxcat.cpp
+++ b/src/core/hle/service/bcat/backend/boxcat.cpp
@@ -19,7 +19,6 @@
#include "common/fs/fs.h"
#include "common/fs/path_util.h"
#include "common/hex_util.h"
-#include "common/logging/backend.h"
#include "common/logging/log.h"
#include "common/settings.h"
#include "core/core.h"