diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-23 21:34:39 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-23 21:34:39 +0200 |
commit | 9ae0c7294c4fb7eaeec6feca76327939ee8cd8e1 (patch) | |
tree | 61dffc8459616c029984a803f2edf2573cc6ae6e /src/minishell.c | |
parent | On the way (diff) | |
download | 42-minishell-9ae0c7294c4fb7eaeec6feca76327939ee8cd8e1.tar.gz 42-minishell-9ae0c7294c4fb7eaeec6feca76327939ee8cd8e1.tar.bz2 42-minishell-9ae0c7294c4fb7eaeec6feca76327939ee8cd8e1.tar.xz 42-minishell-9ae0c7294c4fb7eaeec6feca76327939ee8cd8e1.tar.zst 42-minishell-9ae0c7294c4fb7eaeec6feca76327939ee8cd8e1.zip |
Good work so far
Diffstat (limited to '')
-rw-r--r-- | src/minishell.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/minishell.c b/src/minishell.c index f28b3b5..1b5f4da 100644 --- a/src/minishell.c +++ b/src/minishell.c @@ -12,8 +12,7 @@ #include <libft.h> #include <stdint.h> -#include "minishell.h" -#include "ft_d_enum.h" + #include "ft_f_fail.h" #include "ft_m_loop.h" #include "ft_s_struct.h" |