diff options
author | Greg V <[email protected]> | 2017-12-24 19:46:30 +0300 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-08-08 21:44:33 +0100 |
commit | 2be3f166002cd32a45e2d6098a5d8b3c53a9960e (patch) | |
tree | 2c60f380fbaa38ef40f064ea42fd0fb4f3aa9a19 /src/intel | |
parent | c0dc5c1859b665164a34028649ffaf4a2712b212 (diff) |
anv: remove unused Linux-specific include
Fixes: 4201cc2dd3a ("anv: Implement VK_KHX_external_semaphore_fd")
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/vulkan/anv_queue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_queue.c b/src/intel/vulkan/anv_queue.c index f85a6909a37..67b402a2654 100644 --- a/src/intel/vulkan/anv_queue.c +++ b/src/intel/vulkan/anv_queue.c @@ -27,7 +27,6 @@ #include <fcntl.h> #include <unistd.h> -#include <sys/eventfd.h> #include "anv_private.h" #include "vk_util.h" |