move include to ns.h as requested

This commit is contained in:
Joel16 2018-06-05 19:21:52 -05:00
parent 4f773a6c41
commit a94e643bcd
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@
#pragma once
#include "../types.h"
#include "../nacp.h"
#include "services/fs.h"
typedef struct {
NacpStruct nacp;

View File

@ -3,7 +3,6 @@
#include "arm/atomics.h"
#include "kernel/ipc.h"
#include "kernel/detect.h"
#include "services/fs.h"
#include "services/sm.h"
#include "services/ns.h"