aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-12-13 17:16:17 +0000
committerEric Engestrom <[email protected]>2019-12-13 20:42:40 +0000
commitc327245257b1ecb155026f811da9dd985a7751a8 (patch)
tree9b2d9b07746faadb0b5ca9665a1d74501876f58f
parent1a837e803b2cf389d7e176e2460f926a9976e34e (diff)
anv: drop unused #include
Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Caio Marcelo de Oliveira Filho <[email protected]>
-rw-r--r--src/intel/vulkan/anv_allocator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_allocator.c b/src/intel/vulkan/anv_allocator.c
index 82fec5262c3..51e0c0cda65 100644
--- a/src/intel/vulkan/anv_allocator.c
+++ b/src/intel/vulkan/anv_allocator.c
@@ -29,7 +29,6 @@
#include "anv_private.h"
-#include "util/simple_mtx.h"
#include "util/anon_file.h"
#ifdef HAVE_VALGRIND