From 4564111196c5c80a00a03cfd7bdf1cf3271dafd1 Mon Sep 17 00:00:00 2001 From: rask24 Date: Sun, 21 Apr 2024 16:26:42 +0900 Subject: [PATCH] update libft --- include/initialization.h | 3 ++- include/push_swap.h | 4 ++-- libft | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/include/initialization.h b/include/initialization.h index 376fb6c..d0868f6 100644 --- a/include/initialization.h +++ b/include/initialization.h @@ -6,13 +6,14 @@ /* By: reasuke +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/02/11 12:30:37 by reasuke #+# #+# */ -/* Updated: 2024/02/11 12:33:50 by reasuke ### ########.fr */ +/* Updated: 2024/04/21 16:25:21 by reasuke ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef INITIALIZATION_H # define INITIALIZATION_H +# include # include "push_swap.h" int check_args(int argc, char **argv); diff --git a/include/push_swap.h b/include/push_swap.h index 0efbf41..3459a5d 100644 --- a/include/push_swap.h +++ b/include/push_swap.h @@ -6,14 +6,14 @@ /* By: reasuke +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/01/10 12:37:54 by reasuke #+# #+# */ -/* Updated: 2024/02/20 14:19:53 by reasuke ### ########.fr */ +/* Updated: 2024/04/21 16:25:05 by reasuke ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef PUSH_SWAP_H # define PUSH_SWAP_H -# include "../libft/libft.h" +# include "../libft/include/libft.h" # include "types.h" # include "utils.h" # include diff --git a/libft b/libft index 084b31b..cc2f508 160000 --- a/libft +++ b/libft @@ -1 +1 @@ -Subproject commit 084b31be13aa9ad8da2437e328307ee043c0ee65 +Subproject commit cc2f508132f345fe22652c36cb2dbc7a912eb997