nv2a/glsl: Clean up some includes

This commit is contained in:
Matt Borgerson 2025-06-28 00:08:46 -07:00 committed by mborgerson
parent b8fd711012
commit 1930934908
2 changed files with 0 additions and 9 deletions

View File

@ -27,13 +27,6 @@
*/
#include "qemu/osdep.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <stdint.h>
#include "hw/xbox/nv2a/debug.h"
#include "hw/xbox/nv2a/pgraph/pgraph.h"
#include "psh.h"

View File

@ -21,11 +21,9 @@
#include "qemu/osdep.h"
#include "hw/xbox/nv2a/pgraph/pgraph.h"
#include "common.h"
#include "vsh.h"
#include "vsh-ff.h"
#include "vsh-prog.h"
#include <stdbool.h>
DEF_UNIFORM_INFO_ARR(VshUniform, VSH_UNIFORM_DECL_X)