diff options
| author | 2021-06-13 14:29:39 -0400 | |
|---|---|---|
| committer | 2021-06-13 14:29:39 -0400 | |
| commit | de12dbb01a143de87b87e85cc0d63b8d1be282b0 (patch) | |
| tree | 0a1a06ac9a7b5a168fd1ca2dfa41804157b831f0 /src/common/logging/text_formatter.cpp | |
| parent | Merge pull request #6452 from german77/sixaxis_firmware_stub (diff) | |
| parent | general: Remove extraneous includes (diff) | |
| download | yuzu-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/common/logging/text_formatter.cpp')
| -rw-r--r-- | src/common/logging/text_formatter.cpp | 2 |
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 @@ | |||
| 11 | 11 | ||
| 12 | #include "common/assert.h" | 12 | #include "common/assert.h" |
| 13 | #include "common/common_funcs.h" | 13 | #include "common/common_funcs.h" |
| 14 | #include "common/logging/backend.h" | 14 | #include "common/logging/filter.h" |
| 15 | #include "common/logging/log.h" | 15 | #include "common/logging/log.h" |
| 16 | #include "common/logging/text_formatter.h" | 16 | #include "common/logging/text_formatter.h" |
| 17 | #include "common/string_util.h" | 17 | #include "common/string_util.h" |