From 574a2c4b772943f0afe6308f3e10793c3d9a9cad Mon Sep 17 00:00:00 2001 From: ameerj <52414509+ameerj@users.noreply.github.com> Date: Sat, 19 Mar 2022 00:59:56 -0400 Subject: shader_recompiler: Reduce unused includes --- src/shader_recompiler/frontend/maxwell/location.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/shader_recompiler/frontend/maxwell/location.h') diff --git a/src/shader_recompiler/frontend/maxwell/location.h b/src/shader_recompiler/frontend/maxwell/location.h index 26d29eae2..17107f082 100644 --- a/src/shader_recompiler/frontend/maxwell/location.h +++ b/src/shader_recompiler/frontend/maxwell/location.h @@ -4,9 +4,6 @@ #pragma once -#include -#include - #include #include "common/common_types.h" -- cgit v1.2.3