summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 80446f385..183410602 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -73,10 +73,6 @@ namespace SM {
73class ServiceManager; 73class ServiceManager;
74} // namespace SM 74} // namespace SM
75 75
76namespace Time {
77class TimeManager;
78} // namespace Time
79
80} // namespace Service 76} // namespace Service
81 77
82namespace Tegra { 78namespace Tegra {
@@ -381,9 +377,6 @@ public:
381 [[nodiscard]] Service::Account::ProfileManager& GetProfileManager(); 377 [[nodiscard]] Service::Account::ProfileManager& GetProfileManager();
382 [[nodiscard]] const Service::Account::ProfileManager& GetProfileManager() const; 378 [[nodiscard]] const Service::Account::ProfileManager& GetProfileManager() const;
383 379
384 [[nodiscard]] Service::Time::TimeManager& GetTimeManager();
385 [[nodiscard]] const Service::Time::TimeManager& GetTimeManager() const;
386
387 [[nodiscard]] Core::Debugger& GetDebugger(); 380 [[nodiscard]] Core::Debugger& GetDebugger();
388 [[nodiscard]] const Core::Debugger& GetDebugger() const; 381 [[nodiscard]] const Core::Debugger& GetDebugger() const;
389 382