diff options
| author | Chris Forbes <chrisforbes@google.com> | 2016-11-29 09:49:19 +1300 |
|---|---|---|
| committer | Chris Forbes <chrisforbes@google.com> | 2016-11-29 09:49:19 +1300 |
| commit | d328f5199e828b2ab80f13d05871f31c1c9d0a96 (patch) | |
| tree | 3d5e3a1963973dfb6db73c83799726d94c7a4aff /layers/parameter_validation.cpp | |
| parent | 8d7ae53e3d23bfced0b799dce23db3b0fca2299f (diff) | |
| download | usermoji-d328f5199e828b2ab80f13d05871f31c1c9d0a96.tar.xz | |
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 <chrisforbes@google.com>
Diffstat (limited to 'layers/parameter_validation.cpp')
| -rw-r--r-- | layers/parameter_validation.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 <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" |
