diff --git a/src/ptk.c b/src/ptk.c index 7ca0938..ff4b498 100644 --- a/src/ptk.c +++ b/src/ptk.c @@ -1,14 +1,11 @@ // Copyright (jacekpoz 2024). Licensed under the EUPL-1.2 or later. #include "ptk.h" -#include "ptk_list.h" #include "ptk_log.h" #include "ptk_option.h" #include "ptk_vk/components.h" -#include "ptk_vk/device.h" #include "ptk_vk/init.h" -#include "ptk_vk/utils.h" #include #ifndef GLFW_INCLUDE_VULKAN