Fixed includes in nifm.h/wlaninf.h.

This commit is contained in:
yellows8 2019-10-05 20:47:24 -04:00
parent 75795933a7
commit f58c7fe786
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
*/ */
#pragma once #pragma once
#include "../kernel/ipc.h" #include "../types.h"
#include "../services/sm.h" #include "../sf/service.h"
typedef enum { typedef enum {
NifmServiceType_NotInitialized = 0, ///< Initializes nifm:u. NifmServiceType_NotInitialized = 0, ///< Initializes nifm:u.

View File

@ -6,7 +6,7 @@
*/ */
#pragma once #pragma once
#include "../kernel/ipc.h" #include "../types.h"
#include "../sf/service.h" #include "../sf/service.h"
/// WLAN State. /// WLAN State.