diff options
Diffstat (limited to '')
-rw-r--r-- | src/minishell.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/minishell.h b/src/minishell.h index 5e50303..a30d8bc 100644 --- a/src/minishell.h +++ b/src/minishell.h @@ -13,8 +13,4 @@ #ifndef MINISHELL_H #define MINISHELL_H -#include "ft_s_struct.h" -#include "ft_s_init.h" -#include "ft_s_destroy.h" - #endif |