diff --git a/src/core/hle/service/wlan/wlan.cpp b/src/core/hle/service/wlan/wlan.cpp index 6929917c27..7f118c62ba 100644 --- a/src/core/hle/service/wlan/wlan.cpp +++ b/src/core/hle/service/wlan/wlan.cpp @@ -3,7 +3,7 @@ #include "core/core.h" #include "core/hle/result.h" -#include "core/hle/service/tma/tma.h" +#include "core/hle/service/wlan/wlan.h" #include "core/hle/service/ipc_helpers.h" #include "core/hle/service/cmif_serialization.h" #include "core/hle/service/cmif_types.h"