summaryrefslogtreecommitdiff
path: root/src/core/loader/nro.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-23 17:27:50 -0400
committerLioncash <mathew1800@gmail.com>2018-07-23 17:29:02 -0400
commit1b4d0ac20e3577b8a330a1e79881edaa0dd0143a (patch)
treeea79501fac89a18e5a71e2831948d34ae01c5320 /src/core/loader/nro.h
parent2b497e58306b98eddaf74a3a1fecc6fdd8b8c855 (diff)
nro: Replace inclusion with a forward declaration
It's sufficient to use a forward declaration instead of a direct inclusion here.
Diffstat (limited to 'src/core/loader/nro.h')
-rw-r--r--src/core/loader/nro.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/loader/nro.h b/src/core/loader/nro.h
index fe6104754..04a0f497e 100644
--- a/src/core/loader/nro.h
+++ b/src/core/loader/nro.h
@@ -6,17 +6,21 @@
#include <string>
#include "common/common_types.h"
-#include "core/file_sys/control_metadata.h"
#include "core/hle/kernel/kernel.h"
#include "core/loader/linker.h"
#include "core/loader/loader.h"
+namespace FileSys {
+class NACP;
+}
+
namespace Loader {
/// Loads an NRO file
class AppLoader_NRO final : public AppLoader, Linker {
public:
explicit AppLoader_NRO(FileSys::VirtualFile file);
+ ~AppLoader_NRO() override;
/**
* Returns the type of the file