nvc0: remove unnecessary includes
authorBen Skeggs <bskeggs@redhat.com>
Mon, 15 Feb 2016 05:37:29 +0000 (15:37 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 16 Feb 2016 05:56:40 +0000 (15:56 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Acked-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nvc0/nvc0_compute.h
src/gallium/drivers/nouveau/nvc0/nvc0_state.c
src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c
src/gallium/drivers/nouveau/nvc0/nvc0_transfer.c
src/gallium/drivers/nouveau/nvc0/nve4_compute.h

index 168a6d1bee29f6594a672d5d5ae13c15909affb6..a23f7f39ddad73eb7ae889c6022af8affa998659 100644 (file)
@@ -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
index c73664e74a2fa1ac010bf629e362001dc8242736..448211fca14ded02c38bade920ffd6ddc359ffdf 100644 (file)
@@ -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"
 
index e0d8ab01776ef348db6e4a1df87d3759688c16d2..31ef34c0a39b0d734c8c65a7309a1c510dca5871 100644 (file)
@@ -3,7 +3,6 @@
 #include "util/u_math.h"
 
 #include "nvc0/nvc0_context.h"
-#include "nv50/nv50_defs.xml.h"
 
 #if 0
 static void
index 279c7e93cc821c3caa507835c8f78a8d29d18946..24d23d29bbf4ccfe7bad65e499d272b97e8a637e 100644 (file)
@@ -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];
index 7364a68a57904fa97005a6cee7557de396cdc646..84f8593b9b64a8dc9081e83b2b9fc9cccf3f8619 100644 (file)
@@ -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.