#include formatting changes for relative look-up.

- <> notation skips relative path searching in Visual Studio with some settings (and per language spec if I'm not mistaken).  Switched to "" notation for includes where relative look-up seemed to be the intention.
This commit is contained in:
Aaron Karp 2016-03-13 16:41:59 -04:00 committed by Jon Ashburn
parent baafcf4b13
commit 95c5f95b00
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
Rights: See end of file.
*/
#include <dirent_on_windows.h>
#include "dirent_on_windows.h"
#include <errno.h>
#include <io.h> /* _findfirst and _findnext set errno iff they return -1 */
#include <stdlib.h>

View File

@ -36,7 +36,7 @@
#define LOADER_H
#include <vulkan/vulkan.h>
#include <vk_loader_platform.h>
#include "vk_loader_platform.h"
#include <vulkan/vk_layer.h>
#include <vulkan/vk_icd.h>