From 96a38292c188fc023b1f40e024329631d4b3d25c Mon Sep 17 00:00:00 2001 From: Jamie Madill Date: Mon, 4 Apr 2016 11:54:43 -0400 Subject: layers: Change include order of loader platform. This fixes a bug where on Windows, windows.h would include winsock.h before winsock2.h, causing numerous warnings. Change-Id: I8eba1497385dcee6ebb201c74fe48268e6663b9c --- layers/unique_objects.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'layers/unique_objects.h') diff --git a/layers/unique_objects.h b/layers/unique_objects.h index b8effcf5..3fbf54e5 100644 --- a/layers/unique_objects.h +++ b/layers/unique_objects.h @@ -25,14 +25,14 @@ * Author: Tobin Ehlis */ +#include "vk_loader_platform.h" +#include "vulkan/vulkan.h" + #include #include #include #include -#include "vulkan/vulkan.h" -#include "vk_loader_platform.h" - #include #include -- cgit v1.2.3