mirror of
https://github.com/citra-emu/citra.git
synced 2024-12-19 00:40:03 +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;
|
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