shader_recompiler: Reduce unused includes

This commit is contained in:
ameerj
2022-03-19 00:59:56 -04:00
parent 923decae5a
commit 574a2c4b77
69 changed files with 7 additions and 106 deletions

View File

@ -2,7 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "common/alignment.h"
#include "common/settings.h"
#include "shader_recompiler/environment.h"
#include "shader_recompiler/frontend/ir/ir_emitter.h"