nouveau/drm-shim: remove double '/' in include path

This is a purely cosmetic change.

Reviewed-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38128>
This commit is contained in:
Antonio Ospite
2025-10-21 20:29:23 +02:00
committed by Marge Bot
parent 222b85328e
commit 7e15340494
+1 -1
View File
@@ -31,7 +31,7 @@
#include "nouveau/nvif/cl0080.h"
#include "drm-shim/drm_shim.h"
#include "util/os_misc.h"
#include "util//u_math.h"
#include "util/u_math.h"
#include "../../gallium/drivers/nouveau/nv_object.xml.h"
bool drm_shim_driver_prefers_first_render_node = true;