mirror of
https://github.com/KhronosGroup/Vulkan-Headers.git
synced 2025-04-11 07:10:30 +00:00
misc: remove unneeded stdint.h and stdbool.h
All the necessary platform defines/includes are now part of vk_platform.h, so don't need them in vk_icd.h
This commit is contained in:
parent
95bd3452f6
commit
2875d6eb88
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
#ifndef VKICD_H
|
||||
#define VKICD_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "vk_platform.h"
|
||||
#include "vk_sdk_platform.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue