bit more header cleanup

This commit is contained in:
jacekpoz 2024-10-04 16:21:02 +02:00
parent ec513697f1
commit eb3a3680df
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -1,14 +1,11 @@
// Copyright (jacekpoz 2024). Licensed under the EUPL-1.2 or later. // Copyright (jacekpoz 2024). Licensed under the EUPL-1.2 or later.
#include "ptk.h" #include "ptk.h"
#include "ptk_list.h"
#include "ptk_log.h" #include "ptk_log.h"
#include "ptk_option.h" #include "ptk_option.h"
#include "ptk_vk/components.h" #include "ptk_vk/components.h"
#include "ptk_vk/device.h"
#include "ptk_vk/init.h" #include "ptk_vk/init.h"
#include "ptk_vk/utils.h"
#include <vulkan/vulkan_core.h> #include <vulkan/vulkan_core.h>
#ifndef GLFW_INCLUDE_VULKAN #ifndef GLFW_INCLUDE_VULKAN