nro: Remove unused forward declaration

This isn't used anywhere in the header.
This commit is contained in:
Lioncash 2018-07-23 17:19:40 -04:00
parent 07e5319d55
commit 1c16700372

View file

@ -13,8 +13,6 @@
namespace Loader {
struct AssetHeader;
/// Loads an NRO file
class AppLoader_NRO final : public AppLoader, Linker {
public: