diff options
author | unknown <FreddyFunk@users.noreply.github.com> | 2019-02-08 06:45:50 +0100 |
---|---|---|
committer | FreddyFunk <FreddyFunk@users.noreply.github.com> | 2019-03-29 18:22:07 +0100 |
commit | a05f94dcc8001cc2b90da89f34db5adfb3356f04 (patch) | |
tree | c24e0f135318ca936e22500271c537324214078f | |
parent | cec7da37b90804d60dd508dcb9aac648a0f5a590 (diff) |
Addressed feedback
-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 @@ #include <cinttypes> #include <vector> -#include "common/data_compression.h" #include "common/common_funcs.h" #include "common/file_util.h" #include "common/hex_util.h" |