summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar unknown2019-02-08 06:45:50 +0100
committerGravatar FreddyFunk2019-03-29 18:22:07 +0100
commita05f94dcc8001cc2b90da89f34db5adfb3356f04 (patch)
treec24e0f135318ca936e22500271c537324214078f /src
parentcore: Do not link LZ4 to core. Use common/data_compression for nso segment de... (diff)
downloadyuzu-a05f94dcc8001cc2b90da89f34db5adfb3356f04.tar.gz
yuzu-a05f94dcc8001cc2b90da89f34db5adfb3356f04.tar.xz
yuzu-a05f94dcc8001cc2b90da89f34db5adfb3356f04.zip
Addressed feedback
Diffstat (limited to 'src')
-rw-r--r--src/core/loader/nso.cpp1
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"