core: Cleanup RPC (#6674)

This commit is contained in:
GPUCode 2023-07-13 04:54:02 +03:00 committed by GitHub
parent bbf833bceb
commit 7a7f485640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 69 additions and 83 deletions

View file

@ -32,7 +32,7 @@ namespace AudioCore {
class DspInterface;
}
namespace RPC {
namespace Core::RPC {
class RPCServer;
}