anv: Remove i915_drm.h include from common code
With the previous commit we are now able to build Anv without including i915_drm.h from common code. This is important as avoids that i915 specific code is included in common code by mistake. Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25044>
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
#include <pthread.h>
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#include "drm-uapi/i915_drm.h"
|
||||
#include "drm-uapi/drm_fourcc.h"
|
||||
|
||||
#ifdef HAVE_VALGRIND
|
||||
|
||||
Reference in New Issue
Block a user