Module: Mesa
Branch: master
Commit: 3e691279396c5ff2aa485a55d4248194b8a64028
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e691279396c5ff2aa485a55d4248194b8a64028

Author: Christian Gmeiner <[email protected]>
Date:   Fri Apr 20 14:55:53 2018 +0200

etnaviv: remove not needed includes

Signed-off-by: Christian Gmeiner <[email protected]>
Reviewed-by: Philipp Zabel <[email protected]>

---

 src/gallium/drivers/etnaviv/etnaviv_translate.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/gallium/drivers/etnaviv/etnaviv_translate.h 
b/src/gallium/drivers/etnaviv/etnaviv_translate.h
index 7c85f81a70..88ce107a92 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 <stdio.h>
-
 /* Returned when there is no match of pipe value to etna value */
 #define ETNA_NO_MATCH (~0)
 

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to