[Mesa-dev] [PATCH v3 8/9] anv: Removed unused header file
Eleni Maria Stea
estea at igalia.com
Wed Mar 13 11:01:04 UTC 2019
In src/intel/vulkan/genX_blorp_exec.c we included the file:
common/gen_sample_positions.h but not use it. Removed.
Reviewed-by: Sagar Ghuge <sagar.ghuge at intel.com>
---
src/intel/vulkan/genX_blorp_exec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/intel/vulkan/genX_blorp_exec.c b/src/intel/vulkan/genX_blorp_exec.c
index e9c85d56d5f..0eeefaaa9d6 100644
--- a/src/intel/vulkan/genX_blorp_exec.c
+++ b/src/intel/vulkan/genX_blorp_exec.c
@@ -31,7 +31,6 @@
#undef __gen_combine_address
#include "common/gen_l3_config.h"
-#include "common/gen_sample_positions.h"
#include "blorp/blorp_genX_exec.h"
static void *
--
2.20.1
More information about the mesa-dev
mailing list