summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_screen.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-06-07 12:02:02 -0700
committerEric Anholt <eric@anholt.net>2015-06-09 12:25:50 -0700
commit9dca3beb62e894bbd720c5eecb47c0fd2c6132f9 (patch)
tree07ed76b57a958cc01edc4c54d72d0d546e9b4043 /src/gallium/drivers/vc4/vc4_screen.h
parent8d10b2a0460ca01a5c65a87184717c6c2e4bcaeb (diff)
downloadexternal_mesa3d-9dca3beb62e894bbd720c5eecb47c0fd2c6132f9.zip
external_mesa3d-9dca3beb62e894bbd720c5eecb47c0fd2c6132f9.tar.gz
external_mesa3d-9dca3beb62e894bbd720c5eecb47c0fd2c6132f9.tar.bz2
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.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_screen.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_screen.h b/src/gallium/drivers/vc4/vc4_screen.h
index 46c4687..fb08cc1 100644
--- a/src/gallium/drivers/vc4/vc4_screen.h
+++ b/src/gallium/drivers/vc4/vc4_screen.h
@@ -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;