mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
vkapi: remove unneeded headers
vkapi is for accessing the vulkan headers with the correct defines applied so doesn't need any interal headers.
This commit is contained in:
parent
873e0d6340
commit
f0fb45dd76
1 changed files with 0 additions and 11 deletions
|
@ -37,15 +37,4 @@
|
|||
#include <vulkan/vulkan.h>
|
||||
#include <vulkan/vk_lunarg_debug_report.h>
|
||||
|
||||
#include "vkerror.h"
|
||||
#include "vkinstance.h"
|
||||
#include "vkdevice.h"
|
||||
#include "vkqueue.h"
|
||||
#include "vkdisplay.h"
|
||||
#include "vkwindow.h"
|
||||
#include "vkswapper.h"
|
||||
#include "vkmemory.h"
|
||||
#include "vkimagememory.h"
|
||||
#include "vkutils.h"
|
||||
|
||||
#endif /* _VK_H_ */
|
||||
|
|
Loading…
Reference in a new issue