nouveau/shim: Use the imported nouveau_drm.h headers

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Faith Ekstrand
2023-07-31 08:42:46 -05:00
committed by Marge Bot
parent 5fd1b8e086
commit 9d7d76cddc
+1 -1
View File
@@ -26,7 +26,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <sys/ioctl.h>
#include <nouveau_drm.h>
#include "drm-uapi/nouveau_drm.h"
#include "nouveau/nvif/ioctl.h"
#include "nouveau/nvif/cl0080.h"
#include "drm-shim/drm_shim.h"