From 3e6e9c9d6c36a3e6bd8a1645e272eccc1f2a7945 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sat, 28 Jun 2025 00:08:46 -0700 Subject: [PATCH] nv2a/glsl: Clean up some includes --- hw/xbox/nv2a/pgraph/glsl/psh.h | 3 +-- hw/xbox/nv2a/pgraph/glsl/vsh.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hw/xbox/nv2a/pgraph/glsl/psh.h b/hw/xbox/nv2a/pgraph/glsl/psh.h index db39bc3f70..799a01a598 100644 --- a/hw/xbox/nv2a/pgraph/glsl/psh.h +++ b/hw/xbox/nv2a/pgraph/glsl/psh.h @@ -22,9 +22,8 @@ #ifndef HW_XBOX_NV2A_PGRAPH_GLSL_PSH_H #define HW_XBOX_NV2A_PGRAPH_GLSL_PSH_H -#include "qemu/mstring.h" -#include "hw/xbox/nv2a/pgraph/psh_regs.h" #include "common.h" +#include "hw/xbox/nv2a/pgraph/psh_regs.h" typedef struct PGRAPHState PGRAPHState; diff --git a/hw/xbox/nv2a/pgraph/glsl/vsh.h b/hw/xbox/nv2a/pgraph/glsl/vsh.h index e76d6cca3e..790147107e 100644 --- a/hw/xbox/nv2a/pgraph/glsl/vsh.h +++ b/hw/xbox/nv2a/pgraph/glsl/vsh.h @@ -22,9 +22,8 @@ #ifndef HW_XBOX_NV2A_PGRAPH_GLSL_VSH_H #define HW_XBOX_NV2A_PGRAPH_GLSL_VSH_H -#include "qemu/mstring.h" -#include "hw/xbox/nv2a/pgraph/vsh_regs.h" #include "common.h" +#include "hw/xbox/nv2a/pgraph/vsh_regs.h" typedef struct PGRAPHState PGRAPHState;