diff options
| author | 2022-03-21 18:03:54 -0700 | |
|---|---|---|
| committer | 2022-03-21 18:03:54 -0700 | |
| commit | 82ac66f8a47f32ac530bcacbe375a52ccdc455c7 (patch) | |
| tree | 5ea8479db76c8282b9b41142c6912080c17414e8 /src/shader_recompiler/frontend/maxwell/control_flow.h | |
| parent | Merge pull request #7812 from FernandoS27/made-straight-from-the-nut (diff) | |
| parent | general: Fix clang/gcc build errors (diff) | |
| download | yuzu-82ac66f8a47f32ac530bcacbe375a52ccdc455c7.tar.gz yuzu-82ac66f8a47f32ac530bcacbe375a52ccdc455c7.tar.xz yuzu-82ac66f8a47f32ac530bcacbe375a52ccdc455c7.zip | |
Merge pull request #8048 from ameerj/include-purge
general: Reduce unused includes across the project
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/control_flow.h')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/control_flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/control_flow.h b/src/shader_recompiler/frontend/maxwell/control_flow.h index a6bd3e196..7e91fac46 100644 --- a/src/shader_recompiler/frontend/maxwell/control_flow.h +++ b/src/shader_recompiler/frontend/maxwell/control_flow.h | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <compare> | ||
| 8 | #include <optional> | 7 | #include <optional> |
| 9 | #include <span> | 8 | #include <span> |
| 10 | #include <string> | 9 | #include <string> |
| @@ -15,6 +14,7 @@ | |||
| 15 | 14 | ||
| 16 | #include "shader_recompiler/environment.h" | 15 | #include "shader_recompiler/environment.h" |
| 17 | #include "shader_recompiler/frontend/ir/condition.h" | 16 | #include "shader_recompiler/frontend/ir/condition.h" |
| 17 | #include "shader_recompiler/frontend/ir/reg.h" | ||
| 18 | #include "shader_recompiler/frontend/maxwell/instruction.h" | 18 | #include "shader_recompiler/frontend/maxwell/instruction.h" |
| 19 | #include "shader_recompiler/frontend/maxwell/location.h" | 19 | #include "shader_recompiler/frontend/maxwell/location.h" |
| 20 | #include "shader_recompiler/frontend/maxwell/opcodes.h" | 20 | #include "shader_recompiler/frontend/maxwell/opcodes.h" |