vulkan: delete typo'd header
authorEric Engestrom <eric.engestrom@intel.com>
Sun, 17 Nov 2019 09:51:52 +0000 (09:51 +0000)
committerEric Engestrom <eric@engestrom.ch>
Tue, 19 Nov 2019 21:56:22 +0000 (21:56 +0000)
commit344859c32d00e444e4e820642541628b36c0622e
treefd6d995533ddb8514ae74b6bd0e12a4f26d02d08
parent0d69c2e9322bbf28b292a9da407318eb5dda8572
vulkan: delete typo'd header

Two files exist in that directory:
- vulkan_xlib_randr.h
- vulkan_xlib_xrandr.h

Both were imported in 205c271562db8cb2effc ("vulkan: Update the XML and
headers to 1.1.70") with identical contents (ie. the
VK_EXT_acquire_xlib_display extension), but the former was never
included anywhere and can't be found upstream [1], while the latter is
included in vulkan.h and found upstream.

[1] https://github.com/KhronosGroup/Vulkan-Headers/tree/master/include/vulkan

Fixes: 205c271562db8cb2effc ("vulkan: Update the XML and headers to 1.1.70")
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
include/vulkan/vulkan_xlib_randr.h [deleted file]