diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-28 01:26:44 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-28 01:26:44 +0100 |
commit | f6faf88cd0991be3184af67d5fa271b12f70e925 (patch) | |
tree | 02c283541fd2c0b4ccacd31172cccf2ba9711c51 /src/p_redirs_heredoc.h | |
parent | Norming in progress (diff) | |
download | 42-minishell-f6faf88cd0991be3184af67d5fa271b12f70e925.tar.gz 42-minishell-f6faf88cd0991be3184af67d5fa271b12f70e925.tar.bz2 42-minishell-f6faf88cd0991be3184af67d5fa271b12f70e925.tar.xz 42-minishell-f6faf88cd0991be3184af67d5fa271b12f70e925.tar.zst 42-minishell-f6faf88cd0991be3184af67d5fa271b12f70e925.zip |
Norming
Diffstat (limited to '')
-rw-r--r-- | src/p_redirs_heredoc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p_redirs_heredoc.h b/src/p_redirs_heredoc.h index 2ab479d..a13a358 100644 --- a/src/p_redirs_heredoc.h +++ b/src/p_redirs_heredoc.h @@ -13,7 +13,6 @@ #ifndef P_REDIRS_HEREDOC_H # define P_REDIRS_HEREDOC_H - # include "s_struct.h" char *p_get_heredoc(const char path[], const char redir, t_msh *msh); |