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/maxwell/decode.cpp | |
| 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 '')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/decode.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/decode.cpp b/src/shader_recompiler/frontend/maxwell/decode.cpp index 972f677dc..e688e648b 100644 --- a/src/shader_recompiler/frontend/maxwell/decode.cpp +++ b/src/shader_recompiler/frontend/maxwell/decode.cpp | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | #include <array> | 6 | #include <array> |
| 7 | #include <bit> | 7 | #include <bit> |
| 8 | #include <memory> | 8 | #include <memory> |
| 9 | #include <string_view> | ||
| 10 | 9 | ||
| 11 | #include "common/common_types.h" | 10 | #include "common/common_types.h" |
| 12 | #include "shader_recompiler/exception.h" | 11 | #include "shader_recompiler/exception.h" |