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