mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 13:30:31 +01:00
vc4: Drop qir include from vc4_screen.h
We didn't need any of it except for the list header, and qir.h pulls in nir.h, which is not really interesting to winsys.
This commit is contained in:
parent
8d10b2a046
commit
9dca3beb62
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include "pipe/p_screen.h"
|
||||
#include "os/os_thread.h"
|
||||
#include "state_tracker/drm_driver.h"
|
||||
#include "vc4_qir.h"
|
||||
#include "util/list.h"
|
||||
|
||||
struct vc4_bo;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue