diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 00:59:56 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-20 02:25:08 -0400 |
commit | 574a2c4b772943f0afe6308f3e10793c3d9a9cad (patch) | |
tree | 106dce18a2a0834db6ef64501ece5164917d364f /src/shader_recompiler/ir_opt/constant_propagation_pass.cpp | |
parent | 923decae5a5098cb9d254e008ed61fc5e07ced38 (diff) |
shader_recompiler: Reduce unused includes
Diffstat (limited to 'src/shader_recompiler/ir_opt/constant_propagation_pass.cpp')
-rw-r--r-- | src/shader_recompiler/ir_opt/constant_propagation_pass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shader_recompiler/ir_opt/constant_propagation_pass.cpp b/src/shader_recompiler/ir_opt/constant_propagation_pass.cpp index c134a12bc6..2a14e7f12e 100644 --- a/src/shader_recompiler/ir_opt/constant_propagation_pass.cpp +++ b/src/shader_recompiler/ir_opt/constant_propagation_pass.cpp @@ -8,7 +8,6 @@ #include <type_traits> #include "common/bit_cast.h" -#include "common/bit_util.h" #include "shader_recompiler/exception.h" #include "shader_recompiler/frontend/ir/ir_emitter.h" #include "shader_recompiler/frontend/ir/value.h" |