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:
committed by
Mark Lobodzinski
parent
95bd3452f6
commit
2875d6eb88
@@ -1,8 +1,6 @@
|
|||||||
#ifndef VKICD_H
|
#ifndef VKICD_H
|
||||||
#define VKICD_H
|
#define VKICD_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <stdbool.h>
|
|
||||||
#include "vk_platform.h"
|
#include "vk_platform.h"
|
||||||
#include "vk_sdk_platform.h"
|
#include "vk_sdk_platform.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user