From f58c7fe7868b7911ecdc18351945a7035ed51a90 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 5 Oct 2019 20:47:24 -0400 Subject: [PATCH] Fixed includes in nifm.h/wlaninf.h. --- nx/include/switch/services/nifm.h | 4 ++-- nx/include/switch/services/wlaninf.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nx/include/switch/services/nifm.h b/nx/include/switch/services/nifm.h index 9ecd7df4..1357c591 100644 --- a/nx/include/switch/services/nifm.h +++ b/nx/include/switch/services/nifm.h @@ -6,8 +6,8 @@ */ #pragma once -#include "../kernel/ipc.h" -#include "../services/sm.h" +#include "../types.h" +#include "../sf/service.h" typedef enum { NifmServiceType_NotInitialized = 0, ///< Initializes nifm:u. diff --git a/nx/include/switch/services/wlaninf.h b/nx/include/switch/services/wlaninf.h index 01d2fffa..ddb4b4f6 100644 --- a/nx/include/switch/services/wlaninf.h +++ b/nx/include/switch/services/wlaninf.h @@ -6,7 +6,7 @@ */ #pragma once -#include "../kernel/ipc.h" +#include "../types.h" #include "../sf/service.h" /// WLAN State.