summaryrefslogtreecommitdiffstats
path: root/src/common/logging/filter.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 04:48:22 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 07:23:33 +0100
commit8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb (patch)
tree515c7dc2e52bda8afa9244f1808cd9a6d5bfb671 /src/common/logging/filter.h
parentcore: Reduce unused includes (diff)
downloadyuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar
yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.gz
yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.bz2
yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.lz
yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.xz
yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.zst
yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.zip
Diffstat (limited to '')
-rw-r--r--src/common/logging/filter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/logging/filter.h b/src/common/logging/filter.h
index 1a3074e04..29419f051 100644
--- a/src/common/logging/filter.h
+++ b/src/common/logging/filter.h
@@ -7,7 +7,6 @@
#include <array>
#include <chrono>
#include <cstddef>
-#include <string_view>
#include "common/logging/log.h"
namespace Common::Log {