Misc: Slim down some header includes

This commit is contained in:
Stenzek
2024-08-04 14:29:27 +10:00
parent 143acca03b
commit a2f98541b3
58 changed files with 142 additions and 113 deletions

View File

@ -2,8 +2,8 @@
// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
#include "gpu_hw_shadergen.h"
#include "common/assert.h"
#include <cstdio>
GPU_HW_ShaderGen::GPU_HW_ShaderGen(RenderAPI render_api, u32 resolution_scale, u32 multisamples,
bool per_sample_shading, bool true_color, bool scaled_dithering,