summaryrefslogtreecommitdiff
path: root/src/core/hle
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-06-13 14:29:39 -0400
committerGitHub <noreply@github.com>2021-06-13 14:29:39 -0400
commitde12dbb01a143de87b87e85cc0d63b8d1be282b0 (patch)
tree0a1a06ac9a7b5a168fd1ca2dfa41804157b831f0 /src/core/hle
parent56afd4ab4bdba2a9f203042c286589be95849aef (diff)
parenta4454329c110be64a5707649d08d3002f0d8f59f (diff)
Merge pull request #6463 from Morph1984/restructure-logging
common: logging: Restructure logging backend
Diffstat (limited to 'src/core/hle')
-rw-r--r--src/core/hle/service/bcat/backend/boxcat.cpp1
1 files changed, 0 insertions, 1 deletions
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"