From eb3a3680df830246a1b09afa96c7e6a24c7c548b Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 4 Oct 2024 16:21:02 +0200 Subject: [PATCH] bit more header cleanup --- src/ptk.c | 3 --- 1 file changed, 3 deletions(-) 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