mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 07:30:37 +02:00
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:
parent
5d3c5a7921
commit
e2648d4255
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue