diff --git a/base/VulkanglTFModel.hpp b/base/VulkanglTFModel.hpp index f3138f32..73ab2497 100644 --- a/base/VulkanglTFModel.hpp +++ b/base/VulkanglTFModel.hpp @@ -21,7 +21,6 @@ #include #include #include -#include #define TINYGLTF_IMPLEMENTATION #define STB_IMAGE_IMPLEMENTATION diff --git a/examples/displacement/displacement.cpp b/examples/displacement/displacement.cpp index 6df73bac..4be873ef 100644 --- a/examples/displacement/displacement.cpp +++ b/examples/displacement/displacement.cpp @@ -16,7 +16,6 @@ #define GLM_FORCE_DEPTH_ZERO_TO_ONE #include #include -#include #include #include "vulkanexamplebase.h" diff --git a/examples/hdr/hdr.cpp b/examples/hdr/hdr.cpp index d1f10c0d..93dd6d92 100644 --- a/examples/hdr/hdr.cpp +++ b/examples/hdr/hdr.cpp @@ -19,8 +19,6 @@ #include #include -#include - #include #include "vulkanexamplebase.h" #include "VulkanBuffer.hpp" diff --git a/examples/imgui/main.cpp b/examples/imgui/main.cpp index 4b6ae4ab..cc86b47f 100644 --- a/examples/imgui/main.cpp +++ b/examples/imgui/main.cpp @@ -18,7 +18,6 @@ #define GLM_FORCE_DEPTH_ZERO_TO_ONE #include #include -#include #include diff --git a/examples/inlineuniformblocks/inlineuniformblocks.cpp b/examples/inlineuniformblocks/inlineuniformblocks.cpp index 193a82e8..a9e2a9eb 100644 --- a/examples/inlineuniformblocks/inlineuniformblocks.cpp +++ b/examples/inlineuniformblocks/inlineuniformblocks.cpp @@ -21,8 +21,6 @@ #include #include -#include - #include #include "vulkanexamplebase.h" #include "VulkanBuffer.hpp" diff --git a/examples/pbrbasic/pbrbasic.cpp b/examples/pbrbasic/pbrbasic.cpp index 8cd0dee4..a2f28184 100644 --- a/examples/pbrbasic/pbrbasic.cpp +++ b/examples/pbrbasic/pbrbasic.cpp @@ -19,8 +19,6 @@ #include #include -#include - #include #include "vulkanexamplebase.h" #include "VulkanBuffer.hpp" diff --git a/examples/pbribl/pbribl.cpp b/examples/pbribl/pbribl.cpp index bc16f0f7..cf936adf 100644 --- a/examples/pbribl/pbribl.cpp +++ b/examples/pbribl/pbribl.cpp @@ -22,8 +22,6 @@ #include #include -#include - #include #include "vulkanexamplebase.h" #include "VulkanBuffer.hpp" diff --git a/examples/pbrtexture/main.cpp b/examples/pbrtexture/main.cpp index db0c3f8c..e951c256 100644 --- a/examples/pbrtexture/main.cpp +++ b/examples/pbrtexture/main.cpp @@ -22,8 +22,6 @@ #include #include -#include - #include #include "vulkanexamplebase.h" #include "VulkanBuffer.hpp"