Mesa (master): radeonsi: drop unnecessary u_pstipple.h include

Nicolai Hähnle nh at kemper.freedesktop.org
Mon Aug 8 10:59:45 UTC 2016


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

Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
Date:   Wed Aug  3 12:54:45 2016 +0200

radeonsi: drop unnecessary u_pstipple.h include

Reviewed-by: Marek Olšák <marek.olsak at amd.com>

---

 src/gallium/drivers/radeonsi/si_shader.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/radeonsi/si_shader.c b/src/gallium/drivers/radeonsi/si_shader.c
index 0aae097..455f604 100644
--- a/src/gallium/drivers/radeonsi/si_shader.c
+++ b/src/gallium/drivers/radeonsi/si_shader.c
@@ -39,7 +39,6 @@
 #include "radeon/radeon_elf_util.h"
 #include "radeon/radeon_llvm_emit.h"
 #include "util/u_memory.h"
-#include "util/u_pstipple.h"
 #include "util/u_string.h"
 #include "tgsi/tgsi_parse.h"
 #include "tgsi/tgsi_build.h"




More information about the mesa-commit mailing list