aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
diff options
context:
space:
mode:
authorAaron Karp <aaron.m.karp@gmail.com>2016-03-13 16:41:59 -0400
committerJon Ashburn <jon@lunarg.com>2016-03-14 14:20:52 -0600
commit45d150dad5ec08d0d0ca73ae3f3d14c4b0f5d6e9 (patch)
treeeb9420e0e3380520d71d80d39c7ea656cadc9419 /loader/loader.h
parent3793f6008f7b8b1f4abb38953f4ebe931484395e (diff)
downloadusermoji-45d150dad5ec08d0d0ca73ae3f3d14c4b0f5d6e9.tar.xz
#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.
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.h b/loader/loader.h
index 3560a906..75b99bb6 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -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>