mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
nvk: Remove remaining references to nouveau_push.h
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
4e58eb39ad
commit
cf7b5de3e1
4 changed files with 0 additions and 4 deletions
|
|
@ -8,7 +8,6 @@
|
|||
#include "nvk_image.h"
|
||||
|
||||
#include "nouveau_bo.h"
|
||||
#include "nouveau_push.h"
|
||||
|
||||
#include "nvtypes.h"
|
||||
#include "nvk_cl902d.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
#include "nvk_pipeline_layout.h"
|
||||
#include "nvk_physical_device.h"
|
||||
|
||||
#include "nouveau_push.h"
|
||||
#include "nouveau_context.h"
|
||||
|
||||
#include "nouveau/nouveau.h"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include "nouveau_bo.h"
|
||||
#include "nouveau_context.h"
|
||||
#include "nouveau_push.h"
|
||||
|
||||
#include "nvtypes.h"
|
||||
#include "nvk_cl902d.h"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
#include "nvk_private.h"
|
||||
|
||||
#include "nouveau_bo.h"
|
||||
#include "nouveau_push.h"
|
||||
#include "util/simple_mtx.h"
|
||||
|
||||
struct nvk_device;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue