From d932d639b72022b38ef86c2814a6189f895016ae Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 27 Aug 2019 20:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E6=A8=A1=E5=9D=97=E4=BB=A5=E5=8F=8Alo?= =?UTF-8?q?g=E5=BC=95=E7=94=A8=E7=9B=AE=E5=BD=95=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMCore | 2 +- CMPlatform | 2 +- example/Vulkan/TGATexture.cpp | 2 +- inc/hgl/graph/VertexBuffer.h | 2 +- src/Util/JsonTool.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMCore b/CMCore index 3ecd4faa..6d58e8e9 160000 --- a/CMCore +++ b/CMCore @@ -1 +1 @@ -Subproject commit 3ecd4faa12cd515386db32f8a8abecd44b00d777 +Subproject commit 6d58e8e90b0173e750f16337d9ccfd4cb40197bd diff --git a/CMPlatform b/CMPlatform index f768bbec..c7f4421c 160000 --- a/CMPlatform +++ b/CMPlatform @@ -1 +1 @@ -Subproject commit f768bbec4b0f0158c70508f93348b2d39fda15d4 +Subproject commit c7f4421c618ceb89c0b65a833aad2e7f4f12bb0b diff --git a/example/Vulkan/TGATexture.cpp b/example/Vulkan/TGATexture.cpp index 8bfc954f..6fc4c2d5 100644 --- a/example/Vulkan/TGATexture.cpp +++ b/example/Vulkan/TGATexture.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include VK_NAMESPACE_BEGIN namespace diff --git a/inc/hgl/graph/VertexBuffer.h b/inc/hgl/graph/VertexBuffer.h index e04ea19a..3465ec2a 100644 --- a/inc/hgl/graph/VertexBuffer.h +++ b/inc/hgl/graph/VertexBuffer.h @@ -6,7 +6,7 @@ #include #include #include -#include +#include namespace hgl { namespace graph diff --git a/src/Util/JsonTool.cpp b/src/Util/JsonTool.cpp index 3bafc0be..a59016be 100644 --- a/src/Util/JsonTool.cpp +++ b/src/Util/JsonTool.cpp @@ -3,7 +3,7 @@ #include #include #include -#include +#include using namespace hgl; using namespace hgl::filesystem;