mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 13:20:14 +01:00
nvfx: Remove unnecessary headers.
This commit is contained in:
parent
f122dba59a
commit
b018ea19a3
3 changed files with 0 additions and 4 deletions
|
|
@ -10,8 +10,6 @@
|
|||
#include "nouveau/nouveau_screen.h"
|
||||
#include "nvfx_screen.h"
|
||||
#include "nvfx_resource.h"
|
||||
#include "nvfx_transfer.h"
|
||||
#include "nv04_2d.h"
|
||||
|
||||
static void
|
||||
nvfx_miptree_choose_format(struct nvfx_miptree *mt)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
#include "pipe/p_context.h"
|
||||
#include "util/u_staging.h"
|
||||
#include "nvfx_resource.h"
|
||||
#include "nvfx_transfer.h"
|
||||
#include "nouveau/nouveau_screen.h"
|
||||
|
||||
static unsigned int
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
#include "util/u_math.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_pack_color.h"
|
||||
#include "util/u_rect.h"
|
||||
#include "util/u_blitter.h"
|
||||
|
||||
#include "nouveau/nouveau_winsys.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue