From d328f5199e828b2ab80f13d05871f31c1c9d0a96 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 29 Nov 2016 09:49:19 +1300 Subject: layers: Revert some include order changes in PV Windows build is cranky about this -- if things are done in the wrong order, we can end up with some symbols in the dispatch table being mangled to their W-suffixed versions thanks to windows.h madness. Signed-off-by: Chris Forbes --- layers/parameter_validation.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'layers/parameter_validation.cpp') diff --git a/layers/parameter_validation.cpp b/layers/parameter_validation.cpp index e3c5aae3..c5c6179c 100644 --- a/layers/parameter_validation.cpp +++ b/layers/parameter_validation.cpp @@ -37,12 +37,12 @@ #include #include +#include "vk_loader_platform.h" +#include "vulkan/vk_layer.h" +#include "vk_layer_config.h" #include "vk_dispatch_table_helper.h" #include "vk_enum_validate_helper.h" -#include "vk_layer_config.h" -#include "vk_loader_platform.h" #include "vk_struct_validate_helper.h" -#include "vulkan/vk_layer.h" #include "vk_layer_table.h" #include "vk_layer_data.h" -- cgit v1.2.3