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
This commit is contained in:
Courtney Goeltzenleuchter 2015-12-03 10:47:42 -07:00 committed by Mark Lobodzinski
parent 95bd3452f6
commit 2875d6eb88

View 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"