diff options
| author | 2019-02-08 06:45:50 +0100 | |
|---|---|---|
| committer | 2019-03-29 18:22:07 +0100 | |
| commit | a05f94dcc8001cc2b90da89f34db5adfb3356f04 (patch) | |
| tree | c24e0f135318ca936e22500271c537324214078f /src | |
| parent | core: Do not link LZ4 to core. Use common/data_compression for nso segment de... (diff) | |
| download | yuzu-a05f94dcc8001cc2b90da89f34db5adfb3356f04.tar.gz yuzu-a05f94dcc8001cc2b90da89f34db5adfb3356f04.tar.xz yuzu-a05f94dcc8001cc2b90da89f34db5adfb3356f04.zip | |
Addressed feedback
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/loader/nso.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/loader/nso.cpp b/src/core/loader/nso.cpp index 2ca9bf63c..df2fb7b7f 100644 --- a/src/core/loader/nso.cpp +++ b/src/core/loader/nso.cpp | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | #include <cinttypes> | 5 | #include <cinttypes> |
| 6 | #include <vector> | 6 | #include <vector> |
| 7 | 7 | ||
| 8 | #include "common/data_compression.h" | ||
| 9 | #include "common/common_funcs.h" | 8 | #include "common/common_funcs.h" |
| 10 | #include "common/file_util.h" | 9 | #include "common/file_util.h" |
| 11 | #include "common/hex_util.h" | 10 | #include "common/hex_util.h" |