From 48491adb5e492b8016a4d8149dffd3dde8581e33 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 1 Sep 2025 18:37:26 +0200 Subject: [PATCH] style(header): removing the main header - The header was calling all the sub-header and it was not clean so now is remove --- includes/libft.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 includes/libft.h diff --git a/includes/libft.h b/includes/libft.h deleted file mode 100644 index d3488b2..0000000 --- a/includes/libft.h +++ /dev/null @@ -1,23 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* libft.h :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: rparodi +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2023/11/06 11:14:57 by rparodi #+# #+# */ -/* Updated: 2024/10/31 15:27:14 by rparodi ### ########.fr */ -/* */ -/* ************************************************************************** */ - -#ifndef LIBFT_H -# define LIBFT_H - -# include "char.h" -# include "convert.h" -# include "list.h" -# include "memory.h" -# include "print.h" -# include "str.h" - -#endif