diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-18 23:44:24 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 02:23:32 -0400 |
| commit | ade596121bc834502c63cdedcd8f68a1f490599d (patch) | |
| tree | 9d33e7c491ba8688b9b7441ee850c85ee1fdb9b6 /src/core/hle/kernel/k_class_token.h | |
| parent | 8c8b5359f291fd78d5e3028c4287daf7230227e7 (diff) | |
core: Reduce unused includes
Diffstat (limited to 'src/core/hle/kernel/k_class_token.h')
| -rw-r--r-- | src/core/hle/kernel/k_class_token.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/k_class_token.h b/src/core/hle/kernel/k_class_token.h index 980010150..93fc8786d 100644 --- a/src/core/hle/kernel/k_class_token.h +++ b/src/core/hle/kernel/k_class_token.h @@ -4,8 +4,6 @@ #pragma once -#include <atomic> - #include "common/bit_util.h" #include "common/common_types.h" |
