From b3489d1502df06efca2bfe6a4aabfc617f8af6a7 Mon Sep 17 00:00:00 2001 From: Dustin Graves Date: Fri, 5 Feb 2016 15:53:12 -0700 Subject: layers: Fix CreateSemaphore/CreateEvent conflict Reorder includes to avoid conflicts between the VkLayerDispatchTable_ CreateSemaphore/CreateEvent fields and the WIN32 API. --- layers/threading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers') diff --git a/layers/threading.cpp b/layers/threading.cpp index 82d9e730..fd7a4159 100644 --- a/layers/threading.cpp +++ b/layers/threading.cpp @@ -28,6 +28,7 @@ #include #include +#include "vk_loader_platform.h" #include "vulkan/vk_layer.h" #include "vk_layer_config.h" #include "vk_layer_extension_utils.h" @@ -38,7 +39,6 @@ #include "vk_layer_logging.h" #include "threading.h" -#include "vk_loader_platform.h" #include "vk_dispatch_table_helper.h" #include "vk_struct_string_helper_cpp.h" #include "vk_layer_data.h" -- cgit v1.2.3