Fix include order in vkSpirVProgram.hpp
authorPyry Haulos <phaulos@google.com>
Wed, 2 Dec 2015 20:59:25 +0000 (12:59 -0800)
committerPyry Haulos <phaulos@google.com>
Wed, 2 Dec 2015 20:59:25 +0000 (12:59 -0800)
external/vulkancts/framework/vulkan/vkSpirVProgram.hpp

index 863a89c..c5c0d93 100644 (file)
  * \brief SPIR-V program and binary info.
  *//*--------------------------------------------------------------------*/
 
-#include <string>
-#include <sstream>
-
 #include "vkDefs.hpp"
 #include "tcuTestLog.hpp"
 
+#include <string>
+#include <sstream>
+
 namespace vk
 {