mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
nv2a/glsl: Clean up some includes
This commit is contained in:
committed by
mborgerson
parent
7804fc0656
commit
3e6e9c9d6c
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user