diff options
| author | 2021-11-03 21:21:01 -0400 | |
|---|---|---|
| committer | 2021-11-03 21:42:57 -0400 | |
| commit | 7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f (patch) | |
| tree | 83b16c8a012bef41e6f30a64114da8d01895eeb2 /src/core/hle/service/time | |
| parent | Merge pull request #7278 from Morph1984/svc-num-handles (diff) | |
| download | yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.tar.gz yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.tar.xz yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.zip | |
core: Remove unused includes
Diffstat (limited to 'src/core/hle/service/time')
8 files changed, 0 insertions, 12 deletions
diff --git a/src/core/hle/service/time/local_system_clock_context_writer.h b/src/core/hle/service/time/local_system_clock_context_writer.h index 6be617392..ac6c7b4b1 100644 --- a/src/core/hle/service/time/local_system_clock_context_writer.h +++ b/src/core/hle/service/time/local_system_clock_context_writer.h | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include "core/hle/service/time/errors.h" | ||
| 8 | #include "core/hle/service/time/system_clock_context_update_callback.h" | 7 | #include "core/hle/service/time/system_clock_context_update_callback.h" |
| 9 | #include "core/hle/service/time/time_sharedmemory.h" | 8 | #include "core/hle/service/time/time_sharedmemory.h" |
| 10 | 9 | ||
diff --git a/src/core/hle/service/time/standard_steady_clock_core.cpp b/src/core/hle/service/time/standard_steady_clock_core.cpp index 59a272f4a..a1ffdd524 100644 --- a/src/core/hle/service/time/standard_steady_clock_core.cpp +++ b/src/core/hle/service/time/standard_steady_clock_core.cpp | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #include "core/core.h" | 5 | #include "core/core.h" |
| 6 | #include "core/core_timing.h" | 6 | #include "core/core_timing.h" |
| 7 | #include "core/core_timing_util.h" | ||
| 8 | #include "core/hardware_properties.h" | 7 | #include "core/hardware_properties.h" |
| 9 | #include "core/hle/service/time/standard_steady_clock_core.h" | 8 | #include "core/hle/service/time/standard_steady_clock_core.h" |
| 10 | 9 | ||
diff --git a/src/core/hle/service/time/tick_based_steady_clock_core.cpp b/src/core/hle/service/time/tick_based_steady_clock_core.cpp index 8baaa2a6a..47d4ab980 100644 --- a/src/core/hle/service/time/tick_based_steady_clock_core.cpp +++ b/src/core/hle/service/time/tick_based_steady_clock_core.cpp | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #include "core/core.h" | 5 | #include "core/core.h" |
| 6 | #include "core/core_timing.h" | 6 | #include "core/core_timing.h" |
| 7 | #include "core/core_timing_util.h" | ||
| 8 | #include "core/hardware_properties.h" | 7 | #include "core/hardware_properties.h" |
| 9 | #include "core/hle/service/time/tick_based_steady_clock_core.h" | 8 | #include "core/hle/service/time/tick_based_steady_clock_core.h" |
| 10 | 9 | ||
diff --git a/src/core/hle/service/time/time.cpp b/src/core/hle/service/time/time.cpp index d84a111c2..4d8823b5a 100644 --- a/src/core/hle/service/time/time.cpp +++ b/src/core/hle/service/time/time.cpp | |||
| @@ -5,10 +5,8 @@ | |||
| 5 | #include "common/logging/log.h" | 5 | #include "common/logging/log.h" |
| 6 | #include "core/core.h" | 6 | #include "core/core.h" |
| 7 | #include "core/core_timing.h" | 7 | #include "core/core_timing.h" |
| 8 | #include "core/core_timing_util.h" | ||
| 9 | #include "core/hardware_properties.h" | 8 | #include "core/hardware_properties.h" |
| 10 | #include "core/hle/ipc_helpers.h" | 9 | #include "core/hle/ipc_helpers.h" |
| 11 | #include "core/hle/kernel/k_scheduler.h" | ||
| 12 | #include "core/hle/kernel/kernel.h" | 10 | #include "core/hle/kernel/kernel.h" |
| 13 | #include "core/hle/service/time/time.h" | 11 | #include "core/hle/service/time/time.h" |
| 14 | #include "core/hle/service/time/time_interface.h" | 12 | #include "core/hle/service/time/time_interface.h" |
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 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include "common/common_types.h" | 7 | #include "common/common_types.h" |
| 8 | #include "common/time_zone.h" | ||
| 9 | #include "core/file_sys/vfs_types.h" | 8 | #include "core/file_sys/vfs_types.h" |
| 10 | #include "core/hle/service/time/clock_types.h" | 9 | #include "core/hle/service/time/clock_types.h" |
| 11 | #include "core/hle/service/time/ephemeral_network_system_clock_core.h" | ||
| 12 | #include "core/hle/service/time/standard_local_system_clock_core.h" | 10 | #include "core/hle/service/time/standard_local_system_clock_core.h" |
| 13 | #include "core/hle/service/time/standard_network_system_clock_core.h" | 11 | #include "core/hle/service/time/standard_network_system_clock_core.h" |
| 14 | #include "core/hle/service/time/standard_steady_clock_core.h" | 12 | #include "core/hle/service/time/standard_steady_clock_core.h" |
| 15 | #include "core/hle/service/time/standard_user_system_clock_core.h" | 13 | #include "core/hle/service/time/standard_user_system_clock_core.h" |
| 16 | #include "core/hle/service/time/tick_based_steady_clock_core.h" | ||
| 17 | #include "core/hle/service/time/time_sharedmemory.h" | 14 | #include "core/hle/service/time/time_sharedmemory.h" |
| 18 | #include "core/hle/service/time/time_zone_content_manager.h" | 15 | #include "core/hle/service/time/time_zone_content_manager.h" |
| 19 | 16 | ||
diff --git a/src/core/hle/service/time/time_sharedmemory.cpp b/src/core/hle/service/time/time_sharedmemory.cpp index 176ad0eee..ed9f75ed6 100644 --- a/src/core/hle/service/time/time_sharedmemory.cpp +++ b/src/core/hle/service/time/time_sharedmemory.cpp | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #include "core/core.h" | 5 | #include "core/core.h" |
| 6 | #include "core/core_timing.h" | 6 | #include "core/core_timing.h" |
| 7 | #include "core/core_timing_util.h" | ||
| 8 | #include "core/hardware_properties.h" | 7 | #include "core/hardware_properties.h" |
| 9 | #include "core/hle/kernel/kernel.h" | 8 | #include "core/hle/kernel/kernel.h" |
| 10 | #include "core/hle/service/time/clock_types.h" | 9 | #include "core/hle/service/time/clock_types.h" |
diff --git a/src/core/hle/service/time/time_sharedmemory.h b/src/core/hle/service/time/time_sharedmemory.h index d471b5d18..9307ea795 100644 --- a/src/core/hle/service/time/time_sharedmemory.h +++ b/src/core/hle/service/time/time_sharedmemory.h | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | #include "common/common_types.h" | 7 | #include "common/common_types.h" |
| 8 | #include "common/uuid.h" | 8 | #include "common/uuid.h" |
| 9 | #include "core/hle/kernel/k_shared_memory.h" | 9 | #include "core/hle/kernel/k_shared_memory.h" |
| 10 | #include "core/hle/kernel/k_thread.h" | ||
| 11 | #include "core/hle/service/time/clock_types.h" | 10 | #include "core/hle/service/time/clock_types.h" |
| 12 | 11 | ||
| 13 | namespace Service::Time { | 12 | namespace Service::Time { |
diff --git a/src/core/hle/service/time/time_zone_manager.cpp b/src/core/hle/service/time/time_zone_manager.cpp index 6da893790..2989cee5e 100644 --- a/src/core/hle/service/time/time_zone_manager.cpp +++ b/src/core/hle/service/time/time_zone_manager.cpp | |||
| @@ -9,8 +9,6 @@ | |||
| 9 | #include "core/file_sys/content_archive.h" | 9 | #include "core/file_sys/content_archive.h" |
| 10 | #include "core/file_sys/nca_metadata.h" | 10 | #include "core/file_sys/nca_metadata.h" |
| 11 | #include "core/file_sys/registered_cache.h" | 11 | #include "core/file_sys/registered_cache.h" |
| 12 | #include "core/file_sys/romfs.h" | ||
| 13 | #include "core/file_sys/system_archive/system_archive.h" | ||
| 14 | #include "core/hle/service/time/time_zone_manager.h" | 12 | #include "core/hle/service/time/time_zone_manager.h" |
| 15 | 13 | ||
| 16 | namespace Service::Time::TimeZone { | 14 | namespace Service::Time::TimeZone { |