From: Christian Gmeiner Date: Fri, 20 Apr 2018 12:55:53 +0000 (+0200) Subject: etnaviv: remove not needed includes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e691279396c5ff2aa485a55d4248194b8a64028;p=mesa.git etnaviv: remove not needed includes Signed-off-by: Christian Gmeiner Reviewed-by: Philipp Zabel --- diff --git a/src/gallium/drivers/etnaviv/etnaviv_translate.h b/src/gallium/drivers/etnaviv/etnaviv_translate.h index 7c85f81a707..88ce107a927 100644 --- a/src/gallium/drivers/etnaviv/etnaviv_translate.h +++ b/src/gallium/drivers/etnaviv/etnaviv_translate.h @@ -30,7 +30,6 @@ #include "etnaviv_debug.h" #include "etnaviv_format.h" -#include "etnaviv_tiling.h" #include "etnaviv_util.h" #include "hw/cmdstream.xml.h" #include "hw/common_3d.xml.h" @@ -40,8 +39,6 @@ #include "util/u_format.h" #include "util/u_math.h" -#include - /* Returned when there is no match of pipe value to etna value */ #define ETNA_NO_MATCH (~0)