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:
Eric Anholt 2015-06-07 12:02:02 -07:00
parent 8d10b2a046
commit 9dca3beb62

View file

@ -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;