diff options
| author | 2022-03-19 00:23:48 -0400 | |
|---|---|---|
| committer | 2022-03-19 15:01:31 -0400 | |
| commit | 923decae5a5098cb9d254e008ed61fc5e07ced38 (patch) | |
| tree | ef6ab04916d896d8124b4d8a67494a2fa578a99e /src/common/atomic_ops.h | |
| parent | video_core: Reduce unused includes (diff) | |
| download | yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.gz yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.xz yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.zip | |
common: Reduce unused includes
Diffstat (limited to 'src/common/atomic_ops.h')
| -rw-r--r-- | src/common/atomic_ops.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/atomic_ops.h b/src/common/atomic_ops.h index 2b1f515e8..c488489ea 100644 --- a/src/common/atomic_ops.h +++ b/src/common/atomic_ops.h | |||
| @@ -4,9 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <cstring> | ||
| 8 | #include <memory> | ||
| 9 | |||
| 10 | #include "common/common_types.h" | 7 | #include "common/common_types.h" |
| 11 | 8 | ||
| 12 | #if _MSC_VER | 9 | #if _MSC_VER |