From d5a2b6bca9f9cc57dcca19962d5ba9b83d26da3e Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Thu, 16 May 2024 14:22:35 -0300 Subject: refa Move BluCan initialization to BluCat folder --- src/blucat/command_pool.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/blucat/command_pool.hpp') diff --git a/src/blucat/command_pool.hpp b/src/blucat/command_pool.hpp index aa23387..92451d8 100644 --- a/src/blucat/command_pool.hpp +++ b/src/blucat/command_pool.hpp @@ -19,9 +19,9 @@ #include -#include "../command.hpp" -#include "core.hpp" +#include "command.hpp" #include "device.hpp" +#include "vulkan.hpp" namespace BluCat { -- cgit v1.2.3