mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
nvc0: remove unnecessary includes
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Acked-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
e8eda47898
commit
3e2dd50d81
5 changed files with 0 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef NVC0_COMPUTE_H
|
||||
#define NVC0_COMPUTE_H
|
||||
|
||||
#include "nv50/nv50_defs.xml.h"
|
||||
#include "nvc0/nvc0_compute.xml.h"
|
||||
|
||||
bool
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
#include "nvc0/nvc0_query_hw.h"
|
||||
|
||||
#include "nvc0/nvc0_3d.xml.h"
|
||||
#include "nv50/nv50_texture.xml.h"
|
||||
|
||||
#include "nouveau_gldefs.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
#include "util/u_math.h"
|
||||
|
||||
#include "nvc0/nvc0_context.h"
|
||||
#include "nv50/nv50_defs.xml.h"
|
||||
|
||||
#if 0
|
||||
static void
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
#include "nvc0/nvc0_context.h"
|
||||
|
||||
#include "nv50/nv50_defs.xml.h"
|
||||
|
||||
struct nvc0_transfer {
|
||||
struct pipe_transfer base;
|
||||
struct nv50_m2mf_rect rect[2];
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
#ifndef NVE4_COMPUTE_H
|
||||
#define NVE4_COMPUTE_H
|
||||
|
||||
#include "nv50/nv50_defs.xml.h"
|
||||
#include "nvc0/nve4_compute.xml.h"
|
||||
|
||||
/* Input space is implemented as c0[], to which we bind the screen->parm bo.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue