misc: remove unneeded stdint.h and stdbool.h
authorCourtney Goeltzenleuchter <courtneygo@google.com>
Thu, 3 Dec 2015 17:47:42 +0000 (10:47 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Fri, 4 May 2018 15:23:48 +0000 (09:23 -0600)
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

index cdd50f4..d0fbb36 100644 (file)
@@ -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"