diff options
| author | 2022-06-16 02:12:21 +0200 | |
|---|---|---|
| committer | 2022-10-06 21:00:53 +0200 | |
| commit | fe24c65153349d3a759a2eef02ec703851a96847 (patch) | |
| tree | 68148597dbb554d427ce43a660c88c28fc9545bb /src/video_core/control | |
| parent | Common: Fix variable shadowing. (diff) | |
| download | yuzu-fe24c65153349d3a759a2eef02ec703851a96847.tar.gz yuzu-fe24c65153349d3a759a2eef02ec703851a96847.tar.xz yuzu-fe24c65153349d3a759a2eef02ec703851a96847.zip | |
General: Fix clang format.
Diffstat (limited to 'src/video_core/control')
| -rw-r--r-- | src/video_core/control/channel_state_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/control/channel_state_cache.h b/src/video_core/control/channel_state_cache.h index dbf833de7..102947adb 100644 --- a/src/video_core/control/channel_state_cache.h +++ b/src/video_core/control/channel_state_cache.h | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <mutex> | 9 | #include <mutex> |
| 10 | #include <optional> | 10 | #include <optional> |
| 11 | #include <unordered_map> | 11 | #include <unordered_map> |
| 12 | #include <vector> | ||
| 12 | 13 | ||
| 13 | #include "common/common_types.h" | 14 | #include "common/common_types.h" |
| 14 | 15 | ||