layers: Revert some include order changes in PV
authorChris Forbes <chrisforbes@google.com>
Mon, 28 Nov 2016 20:49:19 +0000 (09:49 +1300)
committerChris Forbes <chrisforbes@google.com>
Mon, 28 Nov 2016 20:49:19 +0000 (09:49 +1300)
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 <chrisforbes@google.com>
layers/parameter_validation.cpp

index e3c5aae..c5c6179 100644 (file)
 #include <unordered_set>
 #include <vector>
 
+#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"