From 2875d6eb880c8ec213aa6801dd652103a74a4023 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 3 Dec 2015 10:47:42 -0700 Subject: 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 --- include/vulkan/vk_icd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/vulkan/vk_icd.h b/include/vulkan/vk_icd.h index cdd50f4..d0fbb36 100644 --- a/include/vulkan/vk_icd.h +++ b/include/vulkan/vk_icd.h @@ -1,8 +1,6 @@ #ifndef VKICD_H #define VKICD_H -#include -#include #include "vk_platform.h" #include "vk_sdk_platform.h" -- cgit v1.2.3