From d980924199ccacc18c47a62c1ca029dc161b8999 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(-) (limited to 'include') 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 -#include #include "vk_platform.h" #include "vk_sdk_platform.h" -- cgit v1.2.3