prepo: Remove system global accessors

This commit is contained in:
Zach Hilman 2019-09-21 19:14:15 -04:00
parent e975bf2349
commit 447ada6c0a
3 changed files with 18 additions and 15 deletions

View file

@ -10,6 +10,6 @@ class ServiceManager;
namespace Service::PlayReport {
void InstallInterfaces(SM::ServiceManager& service_manager);
void InstallInterfaces(Core::System& system);
} // namespace Service::PlayReport