diff options
Diffstat (limited to 'src/core/hle/service/service.cpp')
| -rw-r--r-- | src/core/hle/service/service.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp index 0de67f1e1..1ffc1c694 100644 --- a/src/core/hle/service/service.cpp +++ b/src/core/hle/service/service.cpp | |||
| @@ -68,7 +68,6 @@ | |||
| 68 | #include "core/hle/service/time/time.h" | 68 | #include "core/hle/service/time/time.h" |
| 69 | #include "core/hle/service/usb/usb.h" | 69 | #include "core/hle/service/usb/usb.h" |
| 70 | #include "core/hle/service/vi/vi.h" | 70 | #include "core/hle/service/vi/vi.h" |
| 71 | #include "core/hle/service/wlan/wlan.h" | ||
| 72 | #include "core/reporter.h" | 71 | #include "core/reporter.h" |
| 73 | 72 | ||
| 74 | namespace Service { | 73 | namespace Service { |
| @@ -306,7 +305,6 @@ Services::Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system | |||
| 306 | Time::InstallInterfaces(system); | 305 | Time::InstallInterfaces(system); |
| 307 | USB::InstallInterfaces(*sm, system); | 306 | USB::InstallInterfaces(*sm, system); |
| 308 | VI::InstallInterfaces(*sm, system, *nv_flinger, *hos_binder_driver_server); | 307 | VI::InstallInterfaces(*sm, system, *nv_flinger, *hos_binder_driver_server); |
| 309 | WLAN::InstallInterfaces(*sm, system); | ||
| 310 | } | 308 | } |
| 311 | 309 | ||
| 312 | Services::~Services() = default; | 310 | Services::~Services() = default; |