diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-09-06 13:56:13 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-09-06 13:58:53 -0400 |
| commit | b155b3ef816f5c317240dea88956bff733bfaef9 (patch) | |
| tree | 89086f527957f00126fd2eacc442018fa366d13e /src/core/file_sys/nca_patch.cpp | |
| parent | a859a35ec861e63f8f4681665c6de132a5b159bb (diff) | |
file_sys/nca_patch: Remove unnecessary includes
romfs.h doesn't need to be included in the header, the only real
dependency here is common's swap.h that needs to be included.
Diffstat (limited to 'src/core/file_sys/nca_patch.cpp')
| -rw-r--r-- | src/core/file_sys/nca_patch.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/file_sys/nca_patch.cpp b/src/core/file_sys/nca_patch.cpp index e0111bffc..4836706bb 100644 --- a/src/core/file_sys/nca_patch.cpp +++ b/src/core/file_sys/nca_patch.cpp @@ -2,6 +2,10 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include <algorithm> +#include <cstddef> +#include <cstring> + #include "common/assert.h" #include "core/crypto/aes_util.h" #include "core/file_sys/nca_patch.h" |
