diff --git a/example/triangle.cpp b/example/triangle.cpp index 63d0c95..593628d 100644 --- a/example/triangle.cpp +++ b/example/triangle.cpp @@ -5,7 +5,7 @@ #include #include -#include +#include #include #include diff --git a/script/generate_dispatch.py b/script/generate_dispatch.py index c1d5df3..beccde6 100644 --- a/script/generate_dispatch.py +++ b/script/generate_dispatch.py @@ -262,7 +262,7 @@ def get_macro_guard(reqs_collection, command_name): info += '// https://github.com/charles-lunarg/vk-bootstrap\n\n' # # Content -head = '\n#pragma once\n\n#include \n\n' +head = '\n#pragma once\n\n#include \n\n' head += 'namespace vkb {\n\n' def create_dispatch_table(dispatch_type): diff --git a/src/VkBootstrap.h b/src/VkBootstrap.h index a9f3c34..80a07ef 100644 --- a/src/VkBootstrap.h +++ b/src/VkBootstrap.h @@ -24,7 +24,7 @@ #include #include -#include +#include #include "VkBootstrapDispatch.h" diff --git a/src/VkBootstrapDispatch.h b/src/VkBootstrapDispatch.h index f0f3221..dd3ec37 100644 --- a/src/VkBootstrapDispatch.h +++ b/src/VkBootstrapDispatch.h @@ -21,7 +21,7 @@ #pragma once -#include +#include namespace vkb { diff --git a/tests/vulkan_mock.hpp b/tests/vulkan_mock.hpp index 52a1b47..f4fbde7 100644 --- a/tests/vulkan_mock.hpp +++ b/tests/vulkan_mock.hpp @@ -8,7 +8,7 @@ #include #include -#include +#include // Helper function to get the size of a struct given a VkStructureType // Hand written, must be updated to include any used struct.