diff options
| author | Courtney Goeltzenleuchter <courtneygo@google.com> | 2015-12-03 10:47:42 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-04 10:31:38 -0700 |
| commit | d980924199ccacc18c47a62c1ca029dc161b8999 (patch) | |
| tree | b5a367830442629d2eefa8293dc6ee382a16d01c /include | |
| parent | d51e5a953e76e575359e8fe11a0f34b47e383b3c (diff) | |
| download | usermoji-d980924199ccacc18c47a62c1ca029dc161b8999.tar.xz | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan/vk_icd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vulkan/vk_icd.h b/include/vulkan/vk_icd.h index cdd50f45..d0fbb36d 100644 --- a/include/vulkan/vk_icd.h +++ b/include/vulkan/vk_icd.h @@ -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" |
