Module: Mesa Branch: master Commit: 66eb554d461484be3eeef21a7cee89dc85809573 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=66eb554d461484be3eeef21a7cee89dc85809573
Author: Guido Günther <[email protected]> Date: Fri May 31 14:35:06 2019 +0200 etnaviv: drm: Drop inexistent headers Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> --- src/etnaviv/drm/etnaviv_priv.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/etnaviv/drm/etnaviv_priv.h b/src/etnaviv/drm/etnaviv_priv.h index eef7f49c09d..8ae731fcc70 100644 --- a/src/etnaviv/drm/etnaviv_priv.h +++ b/src/etnaviv/drm/etnaviv_priv.h @@ -38,11 +38,7 @@ #include <stdio.h> #include <assert.h> -#include "libdrm_macros.h" -#include "xf86drm.h" -#include "xf86atomic.h" - -#include "util_double_list.h" +#include <xf86drm.h> #include "etnaviv_drmif.h" #include "etnaviv_drm.h" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
