mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 09:30:06 +00:00
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;
|
||||
}
|
||||
|
||||
namespace SM {
|
||||
class ServiceManager;
|
||||
}
|
||||
|
||||
namespace Service::IR {
|
||||
|
||||
void InstallInterfaces(Core::System& system);
|
||||
|
Loading…
Reference in New Issue
Block a user