diff options
| author | 2022-03-19 00:59:56 -0400 | |
|---|---|---|
| committer | 2022-03-20 02:25:08 -0400 | |
| commit | 574a2c4b772943f0afe6308f3e10793c3d9a9cad (patch) | |
| tree | 106dce18a2a0834db6ef64501ece5164917d364f /src/shader_recompiler/frontend/ir/opcodes.h | |
| parent | common: Reduce unused includes (diff) | |
| download | yuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.tar.gz yuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.tar.xz yuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.zip | |
shader_recompiler: Reduce unused includes
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.h')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.h b/src/shader_recompiler/frontend/ir/opcodes.h index 9ab108292..9de65c8b2 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.h +++ b/src/shader_recompiler/frontend/ir/opcodes.h | |||
| @@ -4,9 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <algorithm> | ||
| 8 | #include <array> | 7 | #include <array> |
| 9 | #include <string_view> | ||
| 10 | 8 | ||
| 11 | #include <fmt/format.h> | 9 | #include <fmt/format.h> |
| 12 | 10 | ||