summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/ir_opt/constant_propagation_pass.cpp
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-19 00:59:56 -0400
committerGravatar ameerj2022-03-20 02:25:08 -0400
commit574a2c4b772943f0afe6308f3e10793c3d9a9cad (patch)
tree106dce18a2a0834db6ef64501ece5164917d364f /src/shader_recompiler/ir_opt/constant_propagation_pass.cpp
parentcommon: Reduce unused includes (diff)
downloadyuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.tar.gz
yuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.tar.xz
yuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.zip
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.cpp1
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 c134a12bc..2a14e7f12 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 @@
8#include <type_traits> 8#include <type_traits>
9 9
10#include "common/bit_cast.h" 10#include "common/bit_cast.h"
11#include "common/bit_util.h"
12#include "shader_recompiler/exception.h" 11#include "shader_recompiler/exception.h"
13#include "shader_recompiler/frontend/ir/ir_emitter.h" 12#include "shader_recompiler/frontend/ir/ir_emitter.h"
14#include "shader_recompiler/frontend/ir/value.h" 13#include "shader_recompiler/frontend/ir/value.h"