mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 19:02:14 +02:00
move include to ns.h as requested
This commit is contained in:
parent
4f773a6c41
commit
a94e643bcd
@ -7,6 +7,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
#include "../nacp.h"
|
#include "../nacp.h"
|
||||||
|
#include "services/fs.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
NacpStruct nacp;
|
NacpStruct nacp;
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
#include "arm/atomics.h"
|
#include "arm/atomics.h"
|
||||||
#include "kernel/ipc.h"
|
#include "kernel/ipc.h"
|
||||||
#include "kernel/detect.h"
|
#include "kernel/detect.h"
|
||||||
#include "services/fs.h"
|
|
||||||
#include "services/sm.h"
|
#include "services/sm.h"
|
||||||
#include "services/ns.h"
|
#include "services/ns.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user