summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 15:24:54 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 15:24:54 +0200
commit402b69326c6f6babe97ec485d96316ec500a54ef (patch)
tree6d57ea1d502688a37b19bcc1819c2429af1ce652 /src
parentNormed p_line (diff)
download42-minishell-402b69326c6f6babe97ec485d96316ec500a54ef.tar.gz
42-minishell-402b69326c6f6babe97ec485d96316ec500a54ef.tar.bz2
42-minishell-402b69326c6f6babe97ec485d96316ec500a54ef.tar.xz
42-minishell-402b69326c6f6babe97ec485d96316ec500a54ef.tar.zst
42-minishell-402b69326c6f6babe97ec485d96316ec500a54ef.zip
Renormed p_line
Diffstat (limited to 'src')
-rw-r--r--src/p_line.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/p_line.c b/src/p_line.c
index 5b51841..9444928 100644
--- a/src/p_line.c
+++ b/src/p_line.c
@@ -13,13 +13,9 @@
#include <libft.h>
#include <stdlib.h>
-#include "d_enum.h"
#include "f_fail.h"
-#include "p_line.h"
#include "p_lblock.h"
-#include "s_destroy.h"
#include "s_struct.h"
-#include "u_utils.h"
static t_bool p_check_whitespaces_only(char line[])
{