aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/time/time_manager.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-11-03 21:21:01 -0400
committerameerj <52414509+ameerj@users.noreply.github.com>2021-11-03 21:42:57 -0400
commit7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f (patch)
tree83b16c8a012bef41e6f30a64114da8d01895eeb2 /src/core/hle/service/time/time_manager.h
parent863e2e2b4f81dc09d878b53572025b4687413830 (diff)
core: Remove unused includes
Diffstat (limited to 'src/core/hle/service/time/time_manager.h')
-rw-r--r--src/core/hle/service/time/time_manager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/time/time_manager.h b/src/core/hle/service/time/time_manager.h
index 3af868d87..2404067c0 100644
--- a/src/core/hle/service/time/time_manager.h
+++ b/src/core/hle/service/time/time_manager.h
@@ -5,15 +5,12 @@
#pragma once
#include "common/common_types.h"
-#include "common/time_zone.h"
#include "core/file_sys/vfs_types.h"
#include "core/hle/service/time/clock_types.h"
-#include "core/hle/service/time/ephemeral_network_system_clock_core.h"
#include "core/hle/service/time/standard_local_system_clock_core.h"
#include "core/hle/service/time/standard_network_system_clock_core.h"
#include "core/hle/service/time/standard_steady_clock_core.h"
#include "core/hle/service/time/standard_user_system_clock_core.h"
-#include "core/hle/service/time/tick_based_steady_clock_core.h"
#include "core/hle/service/time/time_sharedmemory.h"
#include "core/hle/service/time/time_zone_content_manager.h"