summaryrefslogtreecommitdiffstats
path: root/src/minishell.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-23 21:34:39 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-23 21:34:39 +0200
commit9ae0c7294c4fb7eaeec6feca76327939ee8cd8e1 (patch)
tree61dffc8459616c029984a803f2edf2573cc6ae6e /src/minishell.c
parentOn the way (diff)
download42-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 'src/minishell.c')
-rw-r--r--src/minishell.c3
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"