mirror of
https://github.com/PabloMK7/citra.git
synced 2024-12-29 11:06:12 +00:00
Merge pull request #5303 from lioncash/namespace
service/ir: Remove erroneous forward declaration
This commit is contained in:
commit
037c857bd6
|
@ -8,10 +8,6 @@ namespace Core {
|
|||
class System;
|
||||
}
|
||||
|
||||
namespace SM {
|
||||
class ServiceManager;
|
||||
}
|
||||
|
||||
namespace Service::IR {
|
||||
|
||||
void InstallInterfaces(Core::System& system);
|
||||
|
|
Loading…
Reference in a new issue