1
0
Fork 0
mirror of https://github.com/jakcron/nstool.git synced 2025-01-11 20:15:28 +00:00

[nx] Removed unneeded includes.

This commit is contained in:
jakcron 2018-06-11 15:43:04 +08:00
parent 0eb0ba5fa4
commit 4b273cccaa

View file

@ -1,8 +1,6 @@
#pragma once #pragma once
#include <string> #include <string>
#include <fnd/types.h> #include <fnd/types.h>
#include <crypto/aes.h>
#include <crypto/sha.h>
#include <fnd/ISerialiseableBinary.h> #include <fnd/ISerialiseableBinary.h>
namespace nx namespace nx