From: Eric Anholt Date: Sun, 7 Jun 2015 19:02:02 +0000 (-0700) Subject: vc4: Drop qir include from vc4_screen.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9dca3beb62e894bbd720c5eecb47c0fd2c6132f9;p=mesa.git 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. --- diff --git a/src/gallium/drivers/vc4/vc4_screen.h b/src/gallium/drivers/vc4/vc4_screen.h index 46c4687a3b9..fb08cc1c7a0 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;