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;