diff options
| author | 2021-06-13 11:32:43 -0400 | |
|---|---|---|
| committer | 2021-06-13 11:32:43 -0400 | |
| commit | a4454329c110be64a5707649d08d3002f0d8f59f (patch) | |
| tree | 0a1a06ac9a7b5a168fd1ca2dfa41804157b831f0 /src/core/hle | |
| parent | common: logging: Restructure backend code (diff) | |
| download | yuzu-a4454329c110be64a5707649d08d3002f0d8f59f.tar.gz yuzu-a4454329c110be64a5707649d08d3002f0d8f59f.tar.xz yuzu-a4454329c110be64a5707649d08d3002f0d8f59f.zip | |
general: Remove extraneous includes
Diffstat (limited to 'src/core/hle')
| -rw-r--r-- | src/core/hle/service/bcat/backend/boxcat.cpp | 1 |
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 @@ | |||
| 19 | #include "common/fs/fs.h" | 19 | #include "common/fs/fs.h" |
| 20 | #include "common/fs/path_util.h" | 20 | #include "common/fs/path_util.h" |
| 21 | #include "common/hex_util.h" | 21 | #include "common/hex_util.h" |
| 22 | #include "common/logging/backend.h" | ||
| 23 | #include "common/logging/log.h" | 22 | #include "common/logging/log.h" |
| 24 | #include "common/settings.h" | 23 | #include "common/settings.h" |
| 25 | #include "core/core.h" | 24 | #include "core/core.h" |