From 0eef7f2ee116bdd14f854a5a1a123a38736d159f Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Sat, 3 Aug 2019 10:15:55 +0200 Subject: [PATCH] Removed unused gli includes --- base/VulkanglTFModel.hpp | 1 - examples/displacement/displacement.cpp | 1 - examples/hdr/hdr.cpp | 2 -- examples/imgui/main.cpp | 1 - examples/inlineuniformblocks/inlineuniformblocks.cpp | 2 -- examples/pbrbasic/pbrbasic.cpp | 2 -- examples/pbribl/pbribl.cpp | 2 -- examples/pbrtexture/main.cpp | 2 -- 8 files changed, 13 deletions(-) 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"