From 4f5503fa2d0ce80c6e26b93169e07a36bfa044eb Mon Sep 17 00:00:00 2001 From: bbhtt Date: Sun, 2 Jun 2024 14:05:34 +0530 Subject: [PATCH] nvk: Clean up unused header from libdrm_nouveau This was added in 6e0089307ef4f539ed4ee82c4966e977a6b95a0b without a dependency on libdrm_nouveau. If libdrm is not compiled with nouveau enabled, the build errors here. This is currently unused and since 821f4c8d99a3068758db834a5c219082a9609b3c removed dependency on libdrm_nouveau, this should be gone too. Fixes: 821f4c8d99a ("nouveau: import libdrm_nouveau") Part-of: --- src/nouveau/vulkan/nvk_cmd_buffer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nouveau/vulkan/nvk_cmd_buffer.c b/src/nouveau/vulkan/nvk_cmd_buffer.c index d613ea481ae..72c17da6d5e 100644 --- a/src/nouveau/vulkan/nvk_cmd_buffer.c +++ b/src/nouveau/vulkan/nvk_cmd_buffer.c @@ -20,8 +20,6 @@ #include "nouveau_context.h" -#include "nouveau/nouveau.h" - #include "nv_push_cl906f.h" #include "nv_push_cl90b5.h" #include "nv_push_cla097.h"