summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/caps/caps_c.h')
-rw-r--r--src/core/hle/service/caps/caps_c.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/hle/service/caps/caps_c.h b/src/core/hle/service/caps/caps_c.h
index 983a4212d..537b3a2e3 100644
--- a/src/core/hle/service/caps/caps_c.h
+++ b/src/core/hle/service/caps/caps_c.h
@@ -9,10 +9,6 @@ namespace Core {
class System;
}
-namespace Kernel {
-class HLERequestContext;
-}
-
namespace Service::Capture {
class CAPS_C final : public ServiceFramework<CAPS_C> {
@@ -21,7 +17,7 @@ public:
~CAPS_C() override;
private:
- void SetShimLibraryVersion(Kernel::HLERequestContext& ctx);
+ void SetShimLibraryVersion(HLERequestContext& ctx);
};
} // namespace Service::Capture