nvk: Remove remaining references to nouveau_push.h

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Faith Ekstrand 2023-01-30 20:11:59 -06:00 committed by Marge Bot
parent 4e58eb39ad
commit cf7b5de3e1
4 changed files with 0 additions and 4 deletions

View file

@ -8,7 +8,6 @@
#include "nvk_image.h"
#include "nouveau_bo.h"
#include "nouveau_push.h"
#include "nvtypes.h"
#include "nvk_cl902d.h"

View file

@ -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"

View file

@ -11,7 +11,6 @@
#include "nouveau_bo.h"
#include "nouveau_context.h"
#include "nouveau_push.h"
#include "nvtypes.h"
#include "nvk_cl902d.h"

View file

@ -4,7 +4,6 @@
#include "nvk_private.h"
#include "nouveau_bo.h"
#include "nouveau_push.h"
#include "util/simple_mtx.h"
struct nvk_device;