summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/npns/npns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/npns/npns.h')
-rw-r--r--src/core/hle/service/npns/npns.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/hle/service/npns/npns.h b/src/core/hle/service/npns/npns.h
index 84e6ec437..0019fca76 100644
--- a/src/core/hle/service/npns/npns.h
+++ b/src/core/hle/service/npns/npns.h
@@ -7,12 +7,8 @@ namespace Core {
class System;
}
-namespace Service::SM {
-class ServiceManager;
-}
-
namespace Service::NPNS {
-void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
+void LoopProcess(Core::System& system);
} // namespace Service::NPNS