service/ir: Remove erroneous forward declaration
This can be removed as it's not used. Even if it were however, it would be an incorrect forward declaration, as ServiceManager exists within the Service::SM namespace, not the top-level SM namespace.
This commit is contained in:
parent
85d37c9994
commit
9cff314abb
@ -8,10 +8,6 @@ namespace Core {
|
|||||||
class System;
|
class System;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace SM {
|
|
||||||
class ServiceManager;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace Service::IR {
|
namespace Service::IR {
|
||||||
|
|
||||||
void InstallInterfaces(Core::System& system);
|
void InstallInterfaces(Core::System& system);
|
||||||
|
Loading…
Reference in New Issue
Block a user