summaryrefslogtreecommitdiffstats
path: root/src/common/logging/text_formatter.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-06-13 16:31:47 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-06-13 17:05:58 +0200
commit391e823c797ba61791eeb98180ed5ea657b7d4c4 (patch)
tree31b852202d266375808c79c9f447791db36407bf /src/common/logging/text_formatter.cpp
parentcommon: logging: backend: Wrap IOFile in a unique_ptr (diff)
downloadyuzu-391e823c797ba61791eeb98180ed5ea657b7d4c4.tar
yuzu-391e823c797ba61791eeb98180ed5ea657b7d4c4.tar.gz
yuzu-391e823c797ba61791eeb98180ed5ea657b7d4c4.tar.bz2
yuzu-391e823c797ba61791eeb98180ed5ea657b7d4c4.tar.lz
yuzu-391e823c797ba61791eeb98180ed5ea657b7d4c4.tar.xz
yuzu-391e823c797ba61791eeb98180ed5ea657b7d4c4.tar.zst
yuzu-391e823c797ba61791eeb98180ed5ea657b7d4c4.zip
Diffstat (limited to '')
-rw-r--r--src/common/logging/text_formatter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/text_formatter.cpp b/src/common/logging/text_formatter.cpp
index 80ee2cca1..cfc0d5846 100644
--- a/src/common/logging/text_formatter.cpp
+++ b/src/common/logging/text_formatter.cpp
@@ -11,7 +11,7 @@
#include "common/assert.h"
#include "common/common_funcs.h"
-#include "common/logging/backend.h"
+#include "common/logging/filter.h"
#include "common/logging/log.h"
#include "common/logging/text_formatter.h"
#include "common/string_util.h"