aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2015-12-03 10:47:42 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-04 10:31:38 -0700
commitd980924199ccacc18c47a62c1ca029dc161b8999 (patch)
treeb5a367830442629d2eefa8293dc6ee382a16d01c /include
parentd51e5a953e76e575359e8fe11a0f34b47e383b3c (diff)
downloadusermoji-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.h2
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"