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 ba5add0dc..7d49e5028 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -72,10 +72,6 @@ namespace SM {
72class ServiceManager; 72class ServiceManager;
73} // namespace SM 73} // namespace SM
74 74
75namespace Time {
76class TimeManager;
77} // namespace Time
78
79} // namespace Service 75} // namespace Service
80 76
81namespace Tegra { 77namespace Tegra {
@@ -377,9 +373,6 @@ public:
377 [[nodiscard]] Service::Account::ProfileManager& GetProfileManager(); 373 [[nodiscard]] Service::Account::ProfileManager& GetProfileManager();
378 [[nodiscard]] const Service::Account::ProfileManager& GetProfileManager() const; 374 [[nodiscard]] const Service::Account::ProfileManager& GetProfileManager() const;
379 375
380 [[nodiscard]] Service::Time::TimeManager& GetTimeManager();
381 [[nodiscard]] const Service::Time::TimeManager& GetTimeManager() const;
382
383 [[nodiscard]] Core::Debugger& GetDebugger(); 376 [[nodiscard]] Core::Debugger& GetDebugger();
384 [[nodiscard]] const Core::Debugger& GetDebugger() const; 377 [[nodiscard]] const Core::Debugger& GetDebugger() const;
385 378