summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 05:59:56 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2022-03-20 07:25:08 +0100
commit574a2c4b772943f0afe6308f3e10793c3d9a9cad (patch)
tree106dce18a2a0834db6ef64501ece5164917d364f /src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
parentcommon: Reduce unused includes (diff)
downloadyuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.tar
yuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.tar.gz
yuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.tar.bz2
yuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.tar.lz
yuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.tar.xz
yuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.tar.zst
yuzu-574a2c4b772943f0afe6308f3e10793c3d9a9cad.zip
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h')
-rw-r--r--src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h b/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
index 59da56a7e..c5e80a559 100644
--- a/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
+++ b/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
@@ -6,8 +6,6 @@
#include "common/common_types.h"
#include "shader_recompiler/exception.h"
-#include "shader_recompiler/frontend/maxwell/translate/impl/common_encoding.h"
-#include "shader_recompiler/frontend/maxwell/translate/impl/common_funcs.h"
#include "shader_recompiler/frontend/maxwell/translate/impl/impl.h"
namespace Shader::Maxwell {